pub struct MainQuery {
pub normal: bool,
pub info: bool,
pub warning: bool,
pub critical: bool,
pub last_known_id: i64,
}
Expand description
§/api/v2/log/main
Fields§
§normal: bool
§info: bool
§warning: bool
§critical: bool
§last_known_id: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MainQuery
impl RefUnwindSafe for MainQuery
impl Send for MainQuery
impl Sync for MainQuery
impl Unpin for MainQuery
impl UnwindSafe for MainQuery
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