Struct forgejo_api::structs::ErrorHeaders
source · pub struct ErrorHeaders {
pub message: Option<String>,
pub url: Option<String>,
}Fields§
§message: Option<String>§url: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorHeaders
impl RefUnwindSafe for ErrorHeaders
impl Send for ErrorHeaders
impl Sync for ErrorHeaders
impl Unpin for ErrorHeaders
impl UnwindSafe for ErrorHeaders
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