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