pub enum ExportSpecifierMode {
Value,
TypeOnly,
}Variants§
Trait Implementations§
Source§impl Clone for ExportSpecifierMode
impl Clone for ExportSpecifierMode
Source§fn clone(&self) -> ExportSpecifierMode
fn clone(&self) -> ExportSpecifierMode
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 ExportSpecifierMode
Source§impl Debug for ExportSpecifierMode
impl Debug for ExportSpecifierMode
impl Eq for ExportSpecifierMode
Source§impl Hash for ExportSpecifierMode
impl Hash for ExportSpecifierMode
Source§impl PartialEq for ExportSpecifierMode
impl PartialEq for ExportSpecifierMode
impl StructuralPartialEq for ExportSpecifierMode
Auto Trait Implementations§
impl Freeze for ExportSpecifierMode
impl RefUnwindSafe for ExportSpecifierMode
impl Send for ExportSpecifierMode
impl Sync for ExportSpecifierMode
impl Unpin for ExportSpecifierMode
impl UnsafeUnpin for ExportSpecifierMode
impl UnwindSafe for ExportSpecifierMode
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