Struct qbit_api_rs::types::LogMainQuery
source · pub struct LogMainQuery {
pub normal: bool,
pub info: bool,
pub warning: bool,
pub critical: bool,
pub last_known_id: i64,
}
Expand description
Fields§
§normal: bool
§info: bool
§warning: bool
§critical: bool
§last_known_id: i64
Trait Implementations§
source§impl Debug for LogMainQuery
impl Debug for LogMainQuery
source§impl Default for LogMainQuery
impl Default for LogMainQuery
Auto Trait Implementations§
impl RefUnwindSafe for LogMainQuery
impl Send for LogMainQuery
impl Sync for LogMainQuery
impl Unpin for LogMainQuery
impl UnwindSafe for LogMainQuery
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