pub enum LeafRequest {
GetString {
responder: LeafGetStringResponder,
},
}
Variants§
GetString
Fields
§
responder: LeafGetStringResponder
Implementations§
Source§impl LeafRequest
impl LeafRequest
pub fn into_get_string(self) -> Option<LeafGetStringResponder>
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 LeafRequest
impl !RefUnwindSafe for LeafRequest
impl Send for LeafRequest
impl Sync for LeafRequest
impl Unpin for LeafRequest
impl !UnwindSafe for LeafRequest
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