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