pub struct BranchName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BranchName
impl Clone for BranchName
Source§fn clone(&self) -> BranchName
fn clone(&self) -> BranchName
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 moreSource§impl Debug for BranchName
impl Debug for BranchName
Source§impl Display for BranchName
impl Display for BranchName
impl Eq for BranchName
Source§impl Hash for BranchName
impl Hash for BranchName
Source§impl Ord for BranchName
impl Ord for BranchName
Source§fn cmp(&self, other: &BranchName) -> Ordering
fn cmp(&self, other: &BranchName) -> Ordering
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 PartialEq for BranchName
impl PartialEq for BranchName
Source§fn eq(&self, other: &BranchName) -> bool
fn eq(&self, other: &BranchName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BranchName
impl PartialOrd for BranchName
impl StructuralPartialEq for BranchName
Auto Trait Implementations§
impl Freeze for BranchName
impl RefUnwindSafe for BranchName
impl Send for BranchName
impl Sync for BranchName
impl Unpin for BranchName
impl UnsafeUnpin for BranchName
impl UnwindSafe for BranchName
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