pub enum VerbatimEnvironmentNameKind {
VerbatimStar,
Verbatim,
FileContentsStar,
FileContents,
Comment,
ListListing,
}
Variants§
Trait Implementations§
Source§impl Clone for VerbatimEnvironmentNameKind
impl Clone for VerbatimEnvironmentNameKind
Source§fn clone(&self) -> VerbatimEnvironmentNameKind
fn clone(&self) -> VerbatimEnvironmentNameKind
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 VerbatimEnvironmentNameKind
impl Debug for VerbatimEnvironmentNameKind
Source§impl Hash for VerbatimEnvironmentNameKind
impl Hash for VerbatimEnvironmentNameKind
Source§impl Ord for VerbatimEnvironmentNameKind
impl Ord for VerbatimEnvironmentNameKind
Source§fn cmp(&self, other: &VerbatimEnvironmentNameKind) -> Ordering
fn cmp(&self, other: &VerbatimEnvironmentNameKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for VerbatimEnvironmentNameKind
impl PartialOrd for VerbatimEnvironmentNameKind
impl Copy for VerbatimEnvironmentNameKind
impl Eq for VerbatimEnvironmentNameKind
impl StructuralPartialEq for VerbatimEnvironmentNameKind
Auto Trait Implementations§
impl Freeze for VerbatimEnvironmentNameKind
impl RefUnwindSafe for VerbatimEnvironmentNameKind
impl Send for VerbatimEnvironmentNameKind
impl Sync for VerbatimEnvironmentNameKind
impl Unpin for VerbatimEnvironmentNameKind
impl UnwindSafe for VerbatimEnvironmentNameKind
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