pub enum WriteOnlyLogRequest {
Get {
responder: WriteOnlyLogGetResponder,
},
}
Expand description
Protocol for providing the kernel log, writable.
Variants§
Implementations§
Source§impl WriteOnlyLogRequest
impl WriteOnlyLogRequest
pub fn into_get(self) -> Option<WriteOnlyLogGetResponder>
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 WriteOnlyLogRequest
impl !RefUnwindSafe for WriteOnlyLogRequest
impl Send for WriteOnlyLogRequest
impl Sync for WriteOnlyLogRequest
impl Unpin for WriteOnlyLogRequest
impl !UnwindSafe for WriteOnlyLogRequest
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