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