pub struct WriteOnlyLog;Expand description
The type corresponding to the WriteOnlyLog protocol. Protocol for providing the kernel log, writable.
Trait Implementations§
Source§impl Debug for WriteOnlyLog
impl Debug for WriteOnlyLog
Source§impl Discoverable for WriteOnlyLog
impl Discoverable for WriteOnlyLog
Source§const PROTOCOL_NAME: &'static str = "fuchsia.boot.WriteOnlyLog"
const PROTOCOL_NAME: &'static str = "fuchsia.boot.WriteOnlyLog"
The service name to use to connect to this discoverable protocol.
Source§impl<___H, ___T> DispatchClientMessage<___H, ___T> for WriteOnlyLogwhere
___H: WriteOnlyLogClientHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchClientMessage<___H, ___T> for WriteOnlyLogwhere
___H: WriteOnlyLogClientHandler<___T> + Send,
___T: Transport,
Source§impl<___H, ___T> DispatchLocalClientMessage<___H, ___T> for WriteOnlyLogwhere
___H: WriteOnlyLogLocalClientHandler<___T>,
___T: Transport,
impl<___H, ___T> DispatchLocalClientMessage<___H, ___T> for WriteOnlyLogwhere
___H: WriteOnlyLogLocalClientHandler<___T>,
___T: Transport,
Source§impl<___H, ___T> DispatchLocalServerMessage<___H, ___T> for WriteOnlyLogwhere
___H: WriteOnlyLogLocalServerHandler<___T>,
___T: Transport,
impl<___H, ___T> DispatchLocalServerMessage<___H, ___T> for WriteOnlyLogwhere
___H: WriteOnlyLogLocalServerHandler<___T>,
___T: Transport,
Source§impl<___H, ___T> DispatchServerMessage<___H, ___T> for WriteOnlyLogwhere
___H: WriteOnlyLogServerHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchServerMessage<___H, ___T> for WriteOnlyLogwhere
___H: WriteOnlyLogServerHandler<___T> + Send,
___T: Transport,
Source§impl<___T> HasConnectionHandles<___T> for WriteOnlyLogwhere
___T: Transport,
impl<___T> HasConnectionHandles<___T> for WriteOnlyLogwhere
___T: Transport,
Source§impl HasTransport for WriteOnlyLog
Available on Fuchsia only.
impl HasTransport for WriteOnlyLog
Available on Fuchsia only.
Source§impl PartialEq for WriteOnlyLog
impl PartialEq for WriteOnlyLog
Source§fn eq(&self, other: &WriteOnlyLog) -> bool
fn eq(&self, other: &WriteOnlyLog) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WriteOnlyLog
Auto Trait Implementations§
impl Freeze for WriteOnlyLog
impl RefUnwindSafe for WriteOnlyLog
impl Send for WriteOnlyLog
impl Sync for WriteOnlyLog
impl Unpin for WriteOnlyLog
impl UnsafeUnpin for WriteOnlyLog
impl UnwindSafe for WriteOnlyLog
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
§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]