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