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 PartialOrd for LogMarker
impl PartialOrd for LogMarker
Source§impl ProtocolMarker for LogMarker
impl ProtocolMarker for LogMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.logger.Log"
const DEBUG_NAME: &'static str = "fuchsia.logger.Log"
The name of the protocol suitable for debug purposes. Read more
Source§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
.Source§type RequestStream = LogRequestStream
type RequestStream = LogRequestStream
The type of the stream of requests coming into a server.
Source§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
.impl Copy for LogMarker
impl Eq for LogMarker
impl StructuralPartialEq for LogMarker
Auto Trait Implementations§
impl Freeze for LogMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)