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