pub struct SyncEventCreate {
pub service_id: Uuid,
pub command_id: Option<Uuid>,
pub event_type: SyncEventType,
pub status: SyncEventStatus,
}Fields§
§service_id: Uuid§command_id: Option<Uuid>§event_type: SyncEventType§status: SyncEventStatusTrait Implementations§
Source§impl Debug for SyncEventCreate
impl Debug for SyncEventCreate
Auto Trait Implementations§
impl Freeze for SyncEventCreate
impl RefUnwindSafe for SyncEventCreate
impl Send for SyncEventCreate
impl Sync for SyncEventCreate
impl Unpin for SyncEventCreate
impl UnsafeUnpin for SyncEventCreate
impl UnwindSafe for SyncEventCreate
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