Enum fuel_core::state::WriteOperation
source · [−]Variants
Insert(Vec<u8>, ColumnId, Vec<u8>)
Remove(Vec<u8>, ColumnId)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WriteOperation
impl Send for WriteOperation
impl Sync for WriteOperation
impl Unpin for WriteOperation
impl UnwindSafe for WriteOperation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more