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