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