pub struct EventSelect {
pub data: bool,
pub index: bool,
pub counters: bool,
pub entities: bool,
}Expand description
EventSelect Select which parts of the metrics report to include.
Fields§
§data: bool§index: bool§counters: bool§entities: boolImplementations§
Source§impl EventSelect
impl EventSelect
Trait Implementations§
Source§impl CandidType for EventSelect
impl CandidType for EventSelect
Source§impl Clone for EventSelect
impl Clone for EventSelect
Source§fn clone(&self) -> EventSelect
fn clone(&self) -> EventSelect
Returns a duplicate of the value. Read more
1.0.0 · 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 EventSelect
impl Debug for EventSelect
Source§impl Default for EventSelect
impl Default for EventSelect
Source§impl<'de> Deserialize<'de> for EventSelect
impl<'de> Deserialize<'de> for EventSelect
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for EventSelect
impl Serialize for EventSelect
impl Copy for EventSelect
Auto Trait Implementations§
impl Freeze for EventSelect
impl RefUnwindSafe for EventSelect
impl Send for EventSelect
impl Sync for EventSelect
impl Unpin for EventSelect
impl UnwindSafe for EventSelect
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