Struct fidl_fuchsia_net_stack::LogMarker
source · pub struct LogMarker;
Trait Implementations§
source§impl DiscoverableProtocolMarker for LogMarker
impl DiscoverableProtocolMarker for LogMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
source§impl Ord for LogMarker
impl Ord for LogMarker
source§impl PartialEq for LogMarker
impl PartialEq for LogMarker
source§impl PartialOrd for LogMarker
impl PartialOrd for LogMarker
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for LogMarker
impl ProtocolMarker for LogMarker
§type Proxy = LogProxy
type Proxy = LogProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = LogRequestStream
type RequestStream = LogRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = LogSynchronousProxy
type SynchronousProxy = LogSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "fuchsia.net.stack.Log"
const DEBUG_NAME: &'static str = "fuchsia.net.stack.Log"
The name of the protocol suitable for debug purposes. Read more
impl Copy for LogMarker
impl Eq for LogMarker
impl StructuralEq for LogMarker
impl StructuralPartialEq for LogMarker
Auto Trait Implementations§
impl RefUnwindSafe for LogMarker
impl Send for LogMarker
impl Sync for LogMarker
impl Unpin for LogMarker
impl UnwindSafe for LogMarker
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