pub struct AuthenticatePayload {
pub reason: String,
pub options: AuthOptions,
}Fields§
§reason: String§options: AuthOptionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuthenticatePayload
impl RefUnwindSafe for AuthenticatePayload
impl Send for AuthenticatePayload
impl Sync for AuthenticatePayload
impl Unpin for AuthenticatePayload
impl UnsafeUnpin for AuthenticatePayload
impl UnwindSafe for AuthenticatePayload
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