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§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