Struct fidl_fuchsia_net_stack::LogProxy
source · pub struct LogProxy { /* private fields */ }
Implementations§
source§impl LogProxy
impl LogProxy
sourcepub fn take_event_stream(&self) -> LogEventStream
pub fn take_event_stream(&self) -> LogEventStream
Get a Stream of events from the remote end of the protocol.
Panics
Panics if the event stream was already taken.
sourcepub fn set_log_packets(&self, enabled: bool) -> QueryResponseFut<()>
pub fn set_log_packets(&self, enabled: bool) -> QueryResponseFut<()>
Dynamically set packet logging.
Trait Implementations§
source§impl LogProxyInterface for LogProxy
impl LogProxyInterface for LogProxy
type SetLogPacketsResponseFut = QueryResponseFut<()>
fn set_log_packets(&self, enabled: bool) -> Self::SetLogPacketsResponseFut
source§impl Proxy for LogProxy
impl Proxy for LogProxy
source§fn from_channel(inner: AsyncChannel) -> Self
fn from_channel(inner: AsyncChannel) -> Self
Create a proxy over the given channel.
source§fn into_channel(self) -> Result<AsyncChannel, Self>
fn into_channel(self) -> Result<AsyncChannel, Self>
Attempt to convert the proxy back into a channel. Read more
source§fn as_channel(&self) -> &AsyncChannel
fn as_channel(&self) -> &AsyncChannel
Get a reference to the proxy’s underlying channel. Read more
§fn into_client_end(self) -> Result<ClientEnd<Self::Protocol>, Self>
fn into_client_end(self) -> Result<ClientEnd<Self::Protocol>, Self>
Attempt to convert the proxy back into a client end. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for LogProxy
impl Send for LogProxy
impl Sync for LogProxy
impl Unpin for LogProxy
impl !UnwindSafe for LogProxy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more