pub struct ResolveMiniDocResponse;Expand description
Response type for com.bad-example.identity.resolveMiniDoc
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolveMiniDocResponse
impl RefUnwindSafe for ResolveMiniDocResponse
impl Send for ResolveMiniDocResponse
impl Sync for ResolveMiniDocResponse
impl Unpin for ResolveMiniDocResponse
impl UnwindSafe for ResolveMiniDocResponse
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