pub struct AuthFail {
pub reason: String,
}Fields§
§reason: StringImplementations§
Trait Implementations§
impl Eq for AuthFail
impl StructuralPartialEq for AuthFail
Auto Trait Implementations§
impl Freeze for AuthFail
impl RefUnwindSafe for AuthFail
impl Send for AuthFail
impl Sync for AuthFail
impl Unpin for AuthFail
impl UnsafeUnpin for AuthFail
impl UnwindSafe for AuthFail
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