pub struct DestroyChild;
Trait Implementations§
Source§impl Method for DestroyChild
impl Method for DestroyChild
Source§type Request = WireRealmDestroyChildRequest
type Request = WireRealmDestroyChildRequest
The request payload for the method.
Auto Trait Implementations§
impl Freeze for DestroyChild
impl RefUnwindSafe for DestroyChild
impl Send for DestroyChild
impl Sync for DestroyChild
impl Unpin for DestroyChild
impl UnwindSafe for DestroyChild
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