pub enum CommandListenerRequest {}
Implementations§
Source§impl CommandListenerRequest
impl CommandListenerRequest
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 CommandListenerRequest
impl RefUnwindSafe for CommandListenerRequest
impl Send for CommandListenerRequest
impl Sync for CommandListenerRequest
impl Unpin for CommandListenerRequest
impl UnwindSafe for CommandListenerRequest
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