pub struct RefreshSession;Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefreshSession
impl RefUnwindSafe for RefreshSession
impl Send for RefreshSession
impl Sync for RefreshSession
impl Unpin for RefreshSession
impl UnsafeUnpin for RefreshSession
impl UnwindSafe for RefreshSession
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