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