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 copy 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 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
impl Copy for VMergeType
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 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