pub struct KmapWrite {
pub operation: KmapOperation,
pub expected_revisions: BTreeMap<NodeId, TransactionId>,
pub provenance: Provenance,
}Expand description
One idempotent immediate administrator Kmap mutation.
Fields§
§operation: KmapOperation§expected_revisions: BTreeMap<NodeId, TransactionId>§provenance: ProvenanceTrait Implementations§
impl Eq for KmapWrite
impl StructuralPartialEq for KmapWrite
Auto Trait Implementations§
impl Freeze for KmapWrite
impl RefUnwindSafe for KmapWrite
impl Send for KmapWrite
impl Sync for KmapWrite
impl Unpin for KmapWrite
impl UnsafeUnpin for KmapWrite
impl UnwindSafe for KmapWrite
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