pub struct GitBranchName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for GitBranchName
impl Clone for GitBranchName
Source§impl Debug for GitBranchName
impl Debug for GitBranchName
Source§impl<'de> Deserialize<'de> for GitBranchName
impl<'de> Deserialize<'de> for GitBranchName
Source§fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for GitBranchName
impl Display for GitBranchName
impl Eq for GitBranchName
Source§impl FromStr for GitBranchName
impl FromStr for GitBranchName
Source§impl Hash for GitBranchName
impl Hash for GitBranchName
Source§impl Ord for GitBranchName
impl Ord for GitBranchName
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for GitBranchName
impl PartialEq for GitBranchName
Source§impl PartialOrd for GitBranchName
impl PartialOrd for GitBranchName
Source§impl Serialize for GitBranchName
impl Serialize for GitBranchName
impl StructuralPartialEq for GitBranchName
Auto Trait Implementations§
impl Freeze for GitBranchName
impl RefUnwindSafe for GitBranchName
impl Send for GitBranchName
impl Sync for GitBranchName
impl Unpin for GitBranchName
impl UnsafeUnpin for GitBranchName
impl UnwindSafe for GitBranchName
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