pub enum VMergeType {
Continue,
Restart,
Unsupported,
}Variants§
Trait Implementations§
Source§impl Clone for VMergeType
impl Clone for VMergeType
Source§fn clone(&self) -> VMergeType
fn clone(&self) -> VMergeType
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 moreimpl Copy for VMergeType
Source§impl Debug for VMergeType
impl Debug for VMergeType
Source§impl Display for VMergeType
impl Display for VMergeType
Source§impl FromStr for VMergeType
impl FromStr for VMergeType
Source§impl PartialEq for VMergeType
impl PartialEq for VMergeType
Source§fn eq(&self, other: &VMergeType) -> bool
fn eq(&self, other: &VMergeType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VMergeType
Auto Trait Implementations§
impl Freeze for VMergeType
impl RefUnwindSafe for VMergeType
impl Send for VMergeType
impl Sync for VMergeType
impl Unpin for VMergeType
impl UnsafeUnpin for VMergeType
impl UnwindSafe for VMergeType
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