pub struct DeferredWhenOperation {
pub entity_name: String,
pub primary_key: Value,
pub field_path: String,
pub field_value: Value,
pub when_instruction: String,
pub signature: String,
pub slot: u64,
pub deferred_at: i64,
pub emit: bool,
}Fields§
§entity_name: String§primary_key: Value§field_path: String§field_value: Value§when_instruction: String§signature: String§slot: u64§deferred_at: i64§emit: boolTrait Implementations§
Source§impl Clone for DeferredWhenOperation
impl Clone for DeferredWhenOperation
Source§fn clone(&self) -> DeferredWhenOperation
fn clone(&self) -> DeferredWhenOperation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DeferredWhenOperation
impl RefUnwindSafe for DeferredWhenOperation
impl Send for DeferredWhenOperation
impl Sync for DeferredWhenOperation
impl Unpin for DeferredWhenOperation
impl UnsafeUnpin for DeferredWhenOperation
impl UnwindSafe for DeferredWhenOperation
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