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