pub struct AlertList {
pub hits: Vec<AlertHit>,
pub total: Option<u64>,
pub truncated: bool,
}Fields§
§hits: Vec<AlertHit>§total: Option<u64>§truncated: boolTrait Implementations§
impl StructuralPartialEq for AlertList
Auto Trait Implementations§
impl Freeze for AlertList
impl RefUnwindSafe for AlertList
impl Send for AlertList
impl Sync for AlertList
impl Unpin for AlertList
impl UnsafeUnpin for AlertList
impl UnwindSafe for AlertList
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