pub struct GetChildOutputDictionary;
Trait Implementations§
Source§impl Method for GetChildOutputDictionary
impl Method for GetChildOutputDictionary
Source§type Request = WireRealmGetChildOutputDictionaryRequest<'static>
type Request = WireRealmGetChildOutputDictionaryRequest<'static>
The request payload for the method.
Source§type Response = WireResult<'static, WireRealmGetChildOutputDictionaryResponse, WireError>
type Response = WireResult<'static, WireRealmGetChildOutputDictionaryResponse, WireError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetChildOutputDictionary
impl RefUnwindSafe for GetChildOutputDictionary
impl Send for GetChildOutputDictionary
impl Sync for GetChildOutputDictionary
impl Unpin for GetChildOutputDictionary
impl UnwindSafe for GetChildOutputDictionary
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