pub struct ForbiddenHeaders {
pub message: Option<String>,
pub url: Option<Url>,
}Fields§
§message: Option<String>§url: Option<Url>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForbiddenHeaders
impl RefUnwindSafe for ForbiddenHeaders
impl Send for ForbiddenHeaders
impl Sync for ForbiddenHeaders
impl Unpin for ForbiddenHeaders
impl UnwindSafe for ForbiddenHeaders
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