pub struct GetSessionPendingError;
Expand description
Error returned by the callback to get a session when operation could not complete and should be retried later.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetSessionPendingError
impl RefUnwindSafe for GetSessionPendingError
impl Send for GetSessionPendingError
impl Sync for GetSessionPendingError
impl Unpin for GetSessionPendingError
impl UnwindSafe for GetSessionPendingError
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