pub struct LogFlusher;Expand description
The type corresponding to the LogFlusher protocol.
Trait Implementations§
Source§impl ClientCompatFrom<LogFlusherProxy> for LogFlusher
Available on Fuchsia only.
impl ClientCompatFrom<LogFlusherProxy> for LogFlusher
Available on Fuchsia only.
Source§fn client_compat_from(proxy: LogFlusherProxy) -> ClientDispatcher<Self, Channel>
fn client_compat_from(proxy: LogFlusherProxy) -> ClientDispatcher<Self, Channel>
Converts
proxy into a Client for this protocol.Source§impl CompatFrom<LogFlusher> for LogFlusherMarker
impl CompatFrom<LogFlusher> for LogFlusherMarker
Source§fn compat_from(_: LogFlusher) -> Self
fn compat_from(_: LogFlusher) -> Self
Converts
value into a value of this type.Source§impl CompatFrom<LogFlusherMarker> for LogFlusher
impl CompatFrom<LogFlusherMarker> for LogFlusher
Source§fn compat_from(_: LogFlusherMarker) -> Self
fn compat_from(_: LogFlusherMarker) -> Self
Converts
value into a value of this type.Source§impl Debug for LogFlusher
impl Debug for LogFlusher
Source§impl Discoverable for LogFlusher
impl Discoverable for LogFlusher
Source§const PROTOCOL_NAME: &'static str = "fuchsia.diagnostics.LogFlusher"
const PROTOCOL_NAME: &'static str = "fuchsia.diagnostics.LogFlusher"
The service name to use to connect to this discoverable protocol.
Source§impl<___H, ___T> DispatchClientMessage<___H, ___T> for LogFlusherwhere
___H: LogFlusherClientHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchClientMessage<___H, ___T> for LogFlusherwhere
___H: LogFlusherClientHandler<___T> + Send,
___T: Transport,
Source§impl<___H, ___T> DispatchServerMessage<___H, ___T> for LogFlusherwhere
___H: LogFlusherServerHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchServerMessage<___H, ___T> for LogFlusherwhere
___H: LogFlusherServerHandler<___T> + Send,
___T: Transport,
Source§impl<___T> HasConnectionHandles<___T> for LogFlusherwhere
___T: Transport,
impl<___T> HasConnectionHandles<___T> for LogFlusherwhere
___T: Transport,
Source§impl HasTransport for LogFlusher
Available on Fuchsia only.
impl HasTransport for LogFlusher
Available on Fuchsia only.
Source§impl PartialEq for LogFlusher
impl PartialEq for LogFlusher
impl StructuralPartialEq for LogFlusher
Auto Trait Implementations§
impl Freeze for LogFlusher
impl RefUnwindSafe for LogFlusher
impl Send for LogFlusher
impl Sync for LogFlusher
impl Unpin for LogFlusher
impl UnsafeUnpin for LogFlusher
impl UnwindSafe for LogFlusher
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, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]