pub struct StableAccessToken { /* private fields */ }
Trait Implementations§
Source§impl Clone for StableAccessToken
impl Clone for StableAccessToken
Source§fn clone(&self) -> StableAccessToken
fn clone(&self) -> StableAccessToken
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for StableAccessToken
impl RefUnwindSafe for StableAccessToken
impl Send for StableAccessToken
impl Sync for StableAccessToken
impl Unpin for StableAccessToken
impl UnwindSafe for StableAccessToken
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