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