pub struct SyncEventRef {
pub id: Uuid,
}Fields§
§id: UuidTrait Implementations§
Source§impl Debug for SyncEventRef
impl Debug for SyncEventRef
Source§impl<'de> Deserialize<'de> for SyncEventRef
impl<'de> Deserialize<'de> for SyncEventRef
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 SyncEventRef
impl RefUnwindSafe for SyncEventRef
impl Send for SyncEventRef
impl Sync for SyncEventRef
impl Unpin for SyncEventRef
impl UnsafeUnpin for SyncEventRef
impl UnwindSafe for SyncEventRef
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