pub struct SecurityQuery;Expand description
SecurityQuery
Implementations§
Source§impl SecurityQuery
impl SecurityQuery
Sourcepub fn page(page: PageRequest) -> Page<SecurityEvent>
pub fn page(page: PageRequest) -> Page<SecurityEvent>
Return newest-first security events from the bounded runtime ring.
Auto Trait Implementations§
impl Freeze for SecurityQuery
impl RefUnwindSafe for SecurityQuery
impl Send for SecurityQuery
impl Sync for SecurityQuery
impl Unpin for SecurityQuery
impl UnsafeUnpin for SecurityQuery
impl UnwindSafe for SecurityQuery
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