pub struct PublishOp {
pub op_id: OpId,
pub kind: Value,
}Expand description
One applied operation within a PublishOutcome.
Fields§
§op_id: OpId§kind: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for PublishOp
impl RefUnwindSafe for PublishOp
impl Send for PublishOp
impl Sync for PublishOp
impl Unpin for PublishOp
impl UnsafeUnpin for PublishOp
impl UnwindSafe for PublishOp
Blanket Implementations§
impl<T> Allocation for T
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