pub enum TargetChangeKind {
Rc,
Mp,
Np,
}Expand description
Target-change semantics selected when extending a history.
Variants§
Trait Implementations§
Source§impl Clone for TargetChangeKind
impl Clone for TargetChangeKind
Source§fn clone(&self) -> TargetChangeKind
fn clone(&self) -> TargetChangeKind
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 TargetChangeKind
impl Debug for TargetChangeKind
Source§impl PartialEq for TargetChangeKind
impl PartialEq for TargetChangeKind
Source§fn eq(&self, other: &TargetChangeKind) -> bool
fn eq(&self, other: &TargetChangeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TargetChangeKind
impl Eq for TargetChangeKind
impl StructuralPartialEq for TargetChangeKind
Auto Trait Implementations§
impl Freeze for TargetChangeKind
impl RefUnwindSafe for TargetChangeKind
impl Send for TargetChangeKind
impl Sync for TargetChangeKind
impl Unpin for TargetChangeKind
impl UnsafeUnpin for TargetChangeKind
impl UnwindSafe for TargetChangeKind
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