pub struct SecurityToken {
pub token: String,
pub expires_at: DateTime<Utc>,
}Expand description
Security token response from federation service
Fields§
§token: String§expires_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for SecurityToken
impl Clone for SecurityToken
Source§fn clone(&self) -> SecurityToken
fn clone(&self) -> SecurityToken
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 SecurityToken
impl RefUnwindSafe for SecurityToken
impl Send for SecurityToken
impl Sync for SecurityToken
impl Unpin for SecurityToken
impl UnsafeUnpin for SecurityToken
impl UnwindSafe for SecurityToken
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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