#[repr(i32)]pub enum PathAddPathMode {
Append = 0,
Extend = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for PathAddPathMode
impl Clone for PathAddPathMode
Source§fn clone(&self) -> PathAddPathMode
fn clone(&self) -> PathAddPathMode
Returns a duplicate 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 PathAddPathMode
impl Debug for PathAddPathMode
Source§impl Hash for PathAddPathMode
impl Hash for PathAddPathMode
Source§impl PartialEq for PathAddPathMode
impl PartialEq for PathAddPathMode
impl Copy for PathAddPathMode
impl Eq for PathAddPathMode
impl StructuralPartialEq for PathAddPathMode
Auto Trait Implementations§
impl Freeze for PathAddPathMode
impl RefUnwindSafe for PathAddPathMode
impl Send for PathAddPathMode
impl Sync for PathAddPathMode
impl Unpin for PathAddPathMode
impl UnwindSafe for PathAddPathMode
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