pub enum ExportGroupBy {
None,
File,
Directory,
Language,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ExportGroupBy
impl Clone for ExportGroupBy
Source§fn clone(&self) -> ExportGroupBy
fn clone(&self) -> ExportGroupBy
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 ExportGroupBy
Source§impl Debug for ExportGroupBy
impl Debug for ExportGroupBy
impl Eq for ExportGroupBy
Source§impl PartialEq for ExportGroupBy
impl PartialEq for ExportGroupBy
Source§fn eq(&self, other: &ExportGroupBy) -> bool
fn eq(&self, other: &ExportGroupBy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExportGroupBy
Auto Trait Implementations§
impl Freeze for ExportGroupBy
impl RefUnwindSafe for ExportGroupBy
impl Send for ExportGroupBy
impl Sync for ExportGroupBy
impl Unpin for ExportGroupBy
impl UnsafeUnpin for ExportGroupBy
impl UnwindSafe for ExportGroupBy
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