pub struct FrontendErrorQuery {
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 FrontendErrorQuery
impl Clone for FrontendErrorQuery
Source§fn clone(&self) -> FrontendErrorQuery
fn clone(&self) -> FrontendErrorQuery
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 FrontendErrorQuery
impl Debug for FrontendErrorQuery
Source§impl Default for FrontendErrorQuery
impl Default for FrontendErrorQuery
Source§fn default() -> FrontendErrorQuery
fn default() -> FrontendErrorQuery
Returns the “default value” for a type. Read more
impl Eq for FrontendErrorQuery
Source§impl PartialEq for FrontendErrorQuery
impl PartialEq for FrontendErrorQuery
Source§fn eq(&self, other: &FrontendErrorQuery) -> bool
fn eq(&self, other: &FrontendErrorQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FrontendErrorQuery
Auto Trait Implementations§
impl Freeze for FrontendErrorQuery
impl RefUnwindSafe for FrontendErrorQuery
impl Send for FrontendErrorQuery
impl Sync for FrontendErrorQuery
impl Unpin for FrontendErrorQuery
impl UnsafeUnpin for FrontendErrorQuery
impl UnwindSafe for FrontendErrorQuery
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