pub struct TauriEventQuery {
pub session_id: Option<String>,
pub trace_id: Option<String>,
pub limit: Option<usize>,
}Fields§
§session_id: Option<String>§trace_id: Option<String>§limit: Option<usize>Trait Implementations§
Source§impl Clone for TauriEventQuery
impl Clone for TauriEventQuery
Source§fn clone(&self) -> TauriEventQuery
fn clone(&self) -> TauriEventQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TauriEventQuery
impl Debug for TauriEventQuery
Source§impl Default for TauriEventQuery
impl Default for TauriEventQuery
Source§fn default() -> TauriEventQuery
fn default() -> TauriEventQuery
Returns the “default value” for a type. Read more
impl Eq for TauriEventQuery
Source§impl PartialEq for TauriEventQuery
impl PartialEq for TauriEventQuery
Source§fn eq(&self, other: &TauriEventQuery) -> bool
fn eq(&self, other: &TauriEventQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TauriEventQuery
Auto Trait Implementations§
impl Freeze for TauriEventQuery
impl RefUnwindSafe for TauriEventQuery
impl Send for TauriEventQuery
impl Sync for TauriEventQuery
impl Unpin for TauriEventQuery
impl UnsafeUnpin for TauriEventQuery
impl UnwindSafe for TauriEventQuery
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