pub struct GetExposedDictionary;
Trait Implementations§
Source§impl Method for GetExposedDictionary
impl Method for GetExposedDictionary
Source§type Protocol = Controller
type Protocol = Controller
The protocol the method is a member of.
Source§type Response = WireFlexibleResult<WireControllerGetExposedDictionaryResponse, WireError>
type Response = WireFlexibleResult<WireControllerGetExposedDictionaryResponse, WireError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetExposedDictionary
impl RefUnwindSafe for GetExposedDictionary
impl Send for GetExposedDictionary
impl Sync for GetExposedDictionary
impl Unpin for GetExposedDictionary
impl UnwindSafe for GetExposedDictionary
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