pub struct LogFlusherMarker;
Trait Implementations§
Source§impl Clone for LogFlusherMarker
impl Clone for LogFlusherMarker
Source§fn clone(&self) -> LogFlusherMarker
fn clone(&self) -> LogFlusherMarker
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LogFlusherMarker
impl Debug for LogFlusherMarker
Source§impl DiscoverableProtocolMarker for LogFlusherMarker
impl DiscoverableProtocolMarker for LogFlusherMarker
§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 Hash for LogFlusherMarker
impl Hash for LogFlusherMarker
Source§impl Ord for LogFlusherMarker
impl Ord for LogFlusherMarker
Source§fn cmp(&self, other: &LogFlusherMarker) -> Ordering
fn cmp(&self, other: &LogFlusherMarker) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LogFlusherMarker
impl PartialEq for LogFlusherMarker
Source§impl PartialOrd for LogFlusherMarker
impl PartialOrd for LogFlusherMarker
Source§impl ProtocolMarker for LogFlusherMarker
impl ProtocolMarker for LogFlusherMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.diagnostics.LogFlusher"
const DEBUG_NAME: &'static str = "fuchsia.diagnostics.LogFlusher"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = LogFlusherProxy
type Proxy = LogFlusherProxy
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 = LogFlusherRequestStream
type RequestStream = LogFlusherRequestStream
The type of the stream of requests coming into a server.
impl Copy for LogFlusherMarker
impl Eq for LogFlusherMarker
impl StructuralPartialEq for LogFlusherMarker
Auto Trait Implementations§
impl Freeze for LogFlusherMarker
impl RefUnwindSafe for LogFlusherMarker
impl Send for LogFlusherMarker
impl Sync for LogFlusherMarker
impl Unpin for LogFlusherMarker
impl UnwindSafe for LogFlusherMarker
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