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