pub struct CompletedAuth {
pub refresh_token: String,
pub account_name: String,
}Fields§
§refresh_token: String§account_name: StringTrait Implementations§
Source§impl Clone for CompletedAuth
impl Clone for CompletedAuth
Source§fn clone(&self) -> CompletedAuth
fn clone(&self) -> CompletedAuth
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 CompletedAuth
impl Debug for CompletedAuth
impl Eq for CompletedAuth
Source§impl PartialEq for CompletedAuth
impl PartialEq for CompletedAuth
Source§fn eq(&self, other: &CompletedAuth) -> bool
fn eq(&self, other: &CompletedAuth) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompletedAuth
Auto Trait Implementations§
impl Freeze for CompletedAuth
impl RefUnwindSafe for CompletedAuth
impl Send for CompletedAuth
impl Sync for CompletedAuth
impl Unpin for CompletedAuth
impl UnsafeUnpin for CompletedAuth
impl UnwindSafe for CompletedAuth
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