pub struct FullName(/* private fields */);Expand description
A validated git ref name (e.g. refs/heads/main, HEAD).
Implementations§
Trait Implementations§
impl Eq for FullName
Source§impl Ord for FullName
impl Ord for FullName
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 FullName
impl PartialOrd for FullName
impl StructuralPartialEq for FullName
Auto Trait Implementations§
impl Freeze for FullName
impl RefUnwindSafe for FullName
impl Send for FullName
impl Sync for FullName
impl Unpin for FullName
impl UnsafeUnpin for FullName
impl UnwindSafe for FullName
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