pub struct A2fPlainAuthResultArgs {
pub success_auth: bool,
pub session_id: u64,
}
Fields§
§success_auth: bool
§session_id: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for A2fPlainAuthResultArgs
impl RefUnwindSafe for A2fPlainAuthResultArgs
impl Send for A2fPlainAuthResultArgs
impl Sync for A2fPlainAuthResultArgs
impl Unpin for A2fPlainAuthResultArgs
impl UnwindSafe for A2fPlainAuthResultArgs
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