pub struct NodeQuery {
pub limit: usize,
pub session_id: Option<String>,
pub from_utc: Option<DateTime<Utc>>,
pub to_utc: Option<DateTime<Utc>>,
pub tiers: Option<Vec<String>>,
}Fields§
§limit: usize§session_id: Option<String>§from_utc: Option<DateTime<Utc>>§to_utc: Option<DateTime<Utc>>§tiers: Option<Vec<String>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeQuery
impl RefUnwindSafe for NodeQuery
impl Send for NodeQuery
impl Sync for NodeQuery
impl Unpin for NodeQuery
impl UnsafeUnpin for NodeQuery
impl UnwindSafe for NodeQuery
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