pub struct AuthRefreshResult {
pub target_file: String,
pub refreshed: bool,
pub synced: bool,
pub refreshed_at: Option<String>,
}Fields§
§target_file: String§refreshed: bool§synced: bool§refreshed_at: Option<String>Trait Implementations§
Source§impl Clone for AuthRefreshResult
impl Clone for AuthRefreshResult
Source§fn clone(&self) -> AuthRefreshResult
fn clone(&self) -> AuthRefreshResult
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 moreSource§impl Debug for AuthRefreshResult
impl Debug for AuthRefreshResult
Auto Trait Implementations§
impl Freeze for AuthRefreshResult
impl RefUnwindSafe for AuthRefreshResult
impl Send for AuthRefreshResult
impl Sync for AuthRefreshResult
impl Unpin for AuthRefreshResult
impl UnsafeUnpin for AuthRefreshResult
impl UnwindSafe for AuthRefreshResult
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