pub struct BreakingInterest {
pub client_id: String,
pub client_name: String,
pub channel: String,
pub lifetime: String,
pub mismatch: SchemaMismatch,
}Fields§
§client_id: String§client_name: String§channel: String§lifetime: String§mismatch: SchemaMismatchTrait Implementations§
Source§impl Clone for BreakingInterest
impl Clone for BreakingInterest
Source§fn clone(&self) -> BreakingInterest
fn clone(&self) -> BreakingInterest
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 BreakingInterest
impl Debug for BreakingInterest
Source§impl<'de> Deserialize<'de> for BreakingInterest
impl<'de> Deserialize<'de> for BreakingInterest
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
Auto Trait Implementations§
impl Freeze for BreakingInterest
impl RefUnwindSafe for BreakingInterest
impl Send for BreakingInterest
impl Sync for BreakingInterest
impl Unpin for BreakingInterest
impl UnsafeUnpin for BreakingInterest
impl UnwindSafe for BreakingInterest
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