Enum v_common::v_api::api_client::IndvOp
source · #[repr(u16)]
pub enum IndvOp {
Put,
SetIn,
AddTo,
RemoveFrom,
Remove,
None,
}Variants§
Implementations§
Trait Implementations§
impl Eq for IndvOp
impl StructuralEq for IndvOp
impl StructuralPartialEq for IndvOp
Auto Trait Implementations§
impl RefUnwindSafe for IndvOp
impl Send for IndvOp
impl Sync for IndvOp
impl Unpin for IndvOp
impl UnwindSafe for IndvOp
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.