pub struct DestroyChild;Trait Implementations§
Source§impl Method for DestroyChild
impl Method for DestroyChild
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§type Request = RealmDestroyChildRequest<'static>
type Request = RealmDestroyChildRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for DestroyChild
impl<___R> Respond<___R> for DestroyChild
Source§impl<___R> RespondErr<___R> for DestroyChild
impl<___R> RespondErr<___R> for DestroyChild
Auto Trait Implementations§
impl Freeze for DestroyChild
impl RefUnwindSafe for DestroyChild
impl Send for DestroyChild
impl Sync for DestroyChild
impl Unpin for DestroyChild
impl UnsafeUnpin 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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]