pub enum ExportMode {
Copy,
Move,
}Expand description
Controls whether export copies or moves the source.
Variants§
Trait Implementations§
Source§impl Clone for ExportMode
impl Clone for ExportMode
Source§fn clone(&self) -> ExportMode
fn clone(&self) -> ExportMode
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 ExportMode
impl Debug for ExportMode
Source§impl Default for ExportMode
impl Default for ExportMode
Source§fn default() -> ExportMode
fn default() -> ExportMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExportMode
impl PartialEq for ExportMode
impl StructuralPartialEq for ExportMode
Auto Trait Implementations§
impl Freeze for ExportMode
impl RefUnwindSafe for ExportMode
impl Send for ExportMode
impl Sync for ExportMode
impl Unpin for ExportMode
impl UnsafeUnpin for ExportMode
impl UnwindSafe for ExportMode
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