Enum ory_client::models::json_patch::OpEnum
source · pub enum OpEnum {
Add,
Remove,
Replace,
_Move,
Copy,
Test,
}Expand description
The operation to be performed. One of "add", "remove", "replace", "move", "copy", or "test".
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for OpEnum
impl<'de> Deserialize<'de> for OpEnum
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
source§impl Ord for OpEnum
impl Ord for OpEnum
source§impl PartialEq<OpEnum> for OpEnum
impl PartialEq<OpEnum> for OpEnum
source§impl PartialOrd<OpEnum> for OpEnum
impl PartialOrd<OpEnum> for OpEnum
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for OpEnum
impl Eq for OpEnum
impl StructuralEq for OpEnum
impl StructuralPartialEq for OpEnum
Auto Trait Implementations§
impl RefUnwindSafe for OpEnum
impl Send for OpEnum
impl Sync for OpEnum
impl Unpin for OpEnum
impl UnwindSafe for OpEnum
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.