Struct dynamic_token::ValidAuthToken
source · pub struct ValidAuthToken(pub bool, pub Option<String>, pub Option<i64>, pub AuthStatus);Tuple Fields§
§0: bool§1: Option<String>§2: Option<i64>§3: AuthStatusImplementations§
Trait Implementations§
source§impl Clone for ValidAuthToken
impl Clone for ValidAuthToken
source§fn clone(&self) -> ValidAuthToken
fn clone(&self) -> ValidAuthToken
Returns a copy 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 RefUnwindSafe for ValidAuthToken
impl Send for ValidAuthToken
impl Sync for ValidAuthToken
impl Unpin for ValidAuthToken
impl UnwindSafe for ValidAuthToken
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