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