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