pub struct AuthFailure {
pub host: String,
pub norm_path: String,
pub status: i64,
pub count: usize,
pub entry_ids: Vec<String>,
}Fields§
§host: String§norm_path: String§status: i64§count: usize§entry_ids: Vec<String>Trait Implementations§
Source§impl Debug for AuthFailure
impl Debug for AuthFailure
Auto Trait Implementations§
impl Freeze for AuthFailure
impl RefUnwindSafe for AuthFailure
impl Send for AuthFailure
impl Sync for AuthFailure
impl Unpin for AuthFailure
impl UnsafeUnpin for AuthFailure
impl UnwindSafe for AuthFailure
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