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