pub enum ReadOnlyLogRequest {
Get {
responder: ReadOnlyLogGetResponder,
},
}
Expand description
Protocol for providing the kernel log, readable.
Variants§
Implementations§
Source§impl ReadOnlyLogRequest
impl ReadOnlyLogRequest
pub fn into_get(self) -> Option<ReadOnlyLogGetResponder>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadOnlyLogRequest
impl !RefUnwindSafe for ReadOnlyLogRequest
impl Send for ReadOnlyLogRequest
impl Sync for ReadOnlyLogRequest
impl Unpin for ReadOnlyLogRequest
impl !UnwindSafe for ReadOnlyLogRequest
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