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