#[repr(u32)]pub enum VSMapAppendMode {
maReplace = 0,
maAppend = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for VSMapAppendMode
impl Clone for VSMapAppendMode
Source§fn clone(&self) -> VSMapAppendMode
fn clone(&self) -> VSMapAppendMode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VSMapAppendMode
impl Debug for VSMapAppendMode
Source§impl Hash for VSMapAppendMode
impl Hash for VSMapAppendMode
Source§impl PartialEq for VSMapAppendMode
impl PartialEq for VSMapAppendMode
impl Copy for VSMapAppendMode
impl Eq for VSMapAppendMode
impl StructuralPartialEq for VSMapAppendMode
Auto Trait Implementations§
impl Freeze for VSMapAppendMode
impl RefUnwindSafe for VSMapAppendMode
impl Send for VSMapAppendMode
impl Sync for VSMapAppendMode
impl Unpin for VSMapAppendMode
impl UnwindSafe for VSMapAppendMode
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