pub enum OnenotePatchActionType {
Prepend,
Insert,
Delete,
Append,
Replace,
}
Variants§
Trait Implementations§
Source§impl Clone for OnenotePatchActionType
impl Clone for OnenotePatchActionType
Source§fn clone(&self) -> OnenotePatchActionType
fn clone(&self) -> OnenotePatchActionType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OnenotePatchActionType
impl Debug for OnenotePatchActionType
Source§impl<'de> Deserialize<'de> for OnenotePatchActionType
impl<'de> Deserialize<'de> for OnenotePatchActionType
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 Hash for OnenotePatchActionType
impl Hash for OnenotePatchActionType
Source§impl Ord for OnenotePatchActionType
impl Ord for OnenotePatchActionType
Source§fn cmp(&self, other: &OnenotePatchActionType) -> Ordering
fn cmp(&self, other: &OnenotePatchActionType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OnenotePatchActionType
impl PartialEq for OnenotePatchActionType
Source§impl PartialOrd for OnenotePatchActionType
impl PartialOrd for OnenotePatchActionType
Source§impl Serialize for OnenotePatchActionType
impl Serialize for OnenotePatchActionType
impl Eq for OnenotePatchActionType
impl StructuralPartialEq for OnenotePatchActionType
Auto Trait Implementations§
impl Freeze for OnenotePatchActionType
impl RefUnwindSafe for OnenotePatchActionType
impl Send for OnenotePatchActionType
impl Sync for OnenotePatchActionType
impl Unpin for OnenotePatchActionType
impl UnwindSafe for OnenotePatchActionType
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