pub struct AccessTokenDuration(/* private fields */);Trait Implementations§
Source§impl Debug for AccessTokenDuration
impl Debug for AccessTokenDuration
Source§impl From<AccessTokenDuration> for Duration
impl From<AccessTokenDuration> for Duration
Source§fn from(value: AccessTokenDuration) -> Self
fn from(value: AccessTokenDuration) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AccessTokenDuration
impl RefUnwindSafe for AccessTokenDuration
impl Send for AccessTokenDuration
impl Sync for AccessTokenDuration
impl Unpin for AccessTokenDuration
impl UnwindSafe for AccessTokenDuration
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