pub struct EventsConfig {}
Expand description
Implementations§
source§impl EventsConfig
impl EventsConfig
Trait Implementations§
source§impl Clone for EventsConfig
impl Clone for EventsConfig
source§fn clone(&self) -> EventsConfig
fn clone(&self) -> EventsConfig
Returns a copy 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 EventsConfig
impl Debug for EventsConfig
source§impl Default for EventsConfig
impl Default for EventsConfig
source§fn default() -> EventsConfig
fn default() -> EventsConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EventsConfig
impl<'de> Deserialize<'de> for EventsConfig
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 PartialEq for EventsConfig
impl PartialEq for EventsConfig
source§fn eq(&self, other: &EventsConfig) -> bool
fn eq(&self, other: &EventsConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EventsConfig
impl Serialize for EventsConfig
impl StructuralPartialEq for EventsConfig
Auto Trait Implementations§
impl Freeze for EventsConfig
impl RefUnwindSafe for EventsConfig
impl Send for EventsConfig
impl Sync for EventsConfig
impl Unpin for EventsConfig
impl UnwindSafe for EventsConfig
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