pub struct SupportHandoffGrant {
pub id: SupportHandoffId,
pub token: SupportHandoffToken,
pub portal_origin: String,
pub expires_at: DateTime<Utc>,
}Fields§
§id: SupportHandoffId§token: SupportHandoffToken§portal_origin: String§expires_at: DateTime<Utc>Implementations§
Source§impl SupportHandoffGrant
impl SupportHandoffGrant
pub fn launch_url(&self) -> String
Trait Implementations§
Source§impl Clone for SupportHandoffGrant
impl Clone for SupportHandoffGrant
Source§fn clone(&self) -> SupportHandoffGrant
fn clone(&self) -> SupportHandoffGrant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SupportHandoffGrant
impl Debug for SupportHandoffGrant
impl Eq for SupportHandoffGrant
Source§impl PartialEq for SupportHandoffGrant
impl PartialEq for SupportHandoffGrant
impl StructuralPartialEq for SupportHandoffGrant
Auto Trait Implementations§
impl Freeze for SupportHandoffGrant
impl RefUnwindSafe for SupportHandoffGrant
impl Send for SupportHandoffGrant
impl Sync for SupportHandoffGrant
impl Unpin for SupportHandoffGrant
impl UnsafeUnpin for SupportHandoffGrant
impl UnwindSafe for SupportHandoffGrant
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.