pub enum EmptyProtocolRequest {}
Expand description
An empty protocol.
Implementations§
Source§impl EmptyProtocolRequest
impl EmptyProtocolRequest
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 EmptyProtocolRequest
impl RefUnwindSafe for EmptyProtocolRequest
impl Send for EmptyProtocolRequest
impl Sync for EmptyProtocolRequest
impl Unpin for EmptyProtocolRequest
impl UnwindSafe for EmptyProtocolRequest
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