pub enum ApplyOptionKind {
IgnoreMissing,
IgnoreOldMismatch,
}Expand description
Which apply-time flag a APLY chunk toggles.
Variants§
Trait Implementations§
Source§impl Clone for ApplyOptionKind
impl Clone for ApplyOptionKind
Source§fn clone(&self) -> ApplyOptionKind
fn clone(&self) -> ApplyOptionKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ApplyOptionKind
impl Debug for ApplyOptionKind
Source§impl PartialEq for ApplyOptionKind
impl PartialEq for ApplyOptionKind
Source§fn eq(&self, other: &ApplyOptionKind) -> bool
fn eq(&self, other: &ApplyOptionKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ApplyOptionKind
impl Eq for ApplyOptionKind
impl StructuralPartialEq for ApplyOptionKind
Auto Trait Implementations§
impl Freeze for ApplyOptionKind
impl RefUnwindSafe for ApplyOptionKind
impl Send for ApplyOptionKind
impl Sync for ApplyOptionKind
impl Unpin for ApplyOptionKind
impl UnsafeUnpin for ApplyOptionKind
impl UnwindSafe for ApplyOptionKind
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