pub enum KnownLit {
Refs,
Heads,
Namespaces,
Remotes,
Tags,
Notes,
}Expand description
All known literal RefStrs.
Variants§
Implementations§
Trait Implementations§
impl Copy for KnownLit
impl Eq for KnownLit
Source§impl Ord for KnownLit
impl Ord for KnownLit
1.21.0 (const: unstable) · 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 KnownLit
impl PartialOrd for KnownLit
impl StructuralPartialEq for KnownLit
Auto Trait Implementations§
impl Freeze for KnownLit
impl RefUnwindSafe for KnownLit
impl Send for KnownLit
impl Sync for KnownLit
impl Unpin for KnownLit
impl UnsafeUnpin for KnownLit
impl UnwindSafe for KnownLit
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