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