pub struct AuthUseResult {
pub target: String,
pub matched_secret: Option<String>,
pub applied: bool,
pub auth_file: String,
}Fields§
§target: String§matched_secret: Option<String>§applied: bool§auth_file: StringTrait Implementations§
Source§impl Clone for AuthUseResult
impl Clone for AuthUseResult
Source§fn clone(&self) -> AuthUseResult
fn clone(&self) -> AuthUseResult
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 AuthUseResult
impl Debug for AuthUseResult
Auto Trait Implementations§
impl Freeze for AuthUseResult
impl RefUnwindSafe for AuthUseResult
impl Send for AuthUseResult
impl Sync for AuthUseResult
impl Unpin for AuthUseResult
impl UnsafeUnpin for AuthUseResult
impl UnwindSafe for AuthUseResult
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