pub enum EntryOp {
Add,
}Expand description
What an EDB entry represents after decryption.
Variants§
Add
This keyword indexes this document — a live “add” record.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EntryOp
impl<'de> Deserialize<'de> for EntryOp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EntryOp
impl RefUnwindSafe for EntryOp
impl Send for EntryOp
impl Sync for EntryOp
impl Unpin for EntryOp
impl UnsafeUnpin for EntryOp
impl UnwindSafe for EntryOp
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