pub struct JsonIdResponse<Type> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<Type> Freeze for JsonIdResponse<Type>
impl<Type> RefUnwindSafe for JsonIdResponse<Type>where
Type: RefUnwindSafe,
impl<Type> Send for JsonIdResponse<Type>where
Type: Send,
impl<Type> Sync for JsonIdResponse<Type>where
Type: Sync,
impl<Type> Unpin for JsonIdResponse<Type>where
Type: Unpin,
impl<Type> UnwindSafe for JsonIdResponse<Type>where
Type: UnwindSafe,
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