pub struct EventSessionDiff {
pub id: String,
pub properties: SessionDiffData,
pub type_: String,
}Fields§
§id: String§properties: SessionDiffData§type_: StringTrait Implementations§
Source§impl Clone for EventSessionDiff
impl Clone for EventSessionDiff
Source§fn clone(&self) -> EventSessionDiff
fn clone(&self) -> EventSessionDiff
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 EventSessionDiff
impl Debug for EventSessionDiff
Source§impl<'de> Deserialize<'de> for EventSessionDiff
impl<'de> Deserialize<'de> for EventSessionDiff
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 EventSessionDiff
impl PartialEq for EventSessionDiff
Source§impl Serialize for EventSessionDiff
impl Serialize for EventSessionDiff
impl StructuralPartialEq for EventSessionDiff
Auto Trait Implementations§
impl Freeze for EventSessionDiff
impl RefUnwindSafe for EventSessionDiff
impl Send for EventSessionDiff
impl Sync for EventSessionDiff
impl Unpin for EventSessionDiff
impl UnsafeUnpin for EventSessionDiff
impl UnwindSafe for EventSessionDiff
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