pub struct AuthSeedOutcome {
pub copied_auth: bool,
pub copied_credentials: bool,
}Expand description
Result of seeding Codex auth files into a target home.
Fields§
§copied_auth: booltrue when auth.json was copied.
copied_credentials: booltrue when .credentials.json was copied.
Trait Implementations§
Source§impl Clone for AuthSeedOutcome
impl Clone for AuthSeedOutcome
Source§fn clone(&self) -> AuthSeedOutcome
fn clone(&self) -> AuthSeedOutcome
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 AuthSeedOutcome
impl Debug for AuthSeedOutcome
Source§impl Default for AuthSeedOutcome
impl Default for AuthSeedOutcome
Source§fn default() -> AuthSeedOutcome
fn default() -> AuthSeedOutcome
Returns the “default value” for a type. Read more
Source§impl PartialEq for AuthSeedOutcome
impl PartialEq for AuthSeedOutcome
Source§fn eq(&self, other: &AuthSeedOutcome) -> bool
fn eq(&self, other: &AuthSeedOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthSeedOutcome
impl StructuralPartialEq for AuthSeedOutcome
Auto Trait Implementations§
impl Freeze for AuthSeedOutcome
impl RefUnwindSafe for AuthSeedOutcome
impl Send for AuthSeedOutcome
impl Sync for AuthSeedOutcome
impl Unpin for AuthSeedOutcome
impl UnsafeUnpin for AuthSeedOutcome
impl UnwindSafe for AuthSeedOutcome
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.