pub struct EventsQuery {
pub query: Option<String>,
pub limit: Option<i32>,
pub sort: Option<String>,
}Fields§
§query: Option<String>§limit: Option<i32>§sort: Option<String>Trait Implementations§
Source§impl Debug for EventsQuery
impl Debug for EventsQuery
Auto Trait Implementations§
impl Freeze for EventsQuery
impl RefUnwindSafe for EventsQuery
impl Send for EventsQuery
impl Sync for EventsQuery
impl Unpin for EventsQuery
impl UnwindSafe for EventsQuery
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