pub struct TimelineBranchId(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for TimelineBranchId
impl Clone for TimelineBranchId
Source§fn clone(&self) -> TimelineBranchId
fn clone(&self) -> TimelineBranchId
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 TimelineBranchId
impl Debug for TimelineBranchId
Source§impl<'de> Deserialize<'de> for TimelineBranchId
impl<'de> Deserialize<'de> for TimelineBranchId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TimelineBranchId
impl Display for TimelineBranchId
impl Eq for TimelineBranchId
Source§impl Hash for TimelineBranchId
impl Hash for TimelineBranchId
Source§impl Ord for TimelineBranchId
impl Ord for TimelineBranchId
Source§fn cmp(&self, other: &TimelineBranchId) -> Ordering
fn cmp(&self, other: &TimelineBranchId) -> 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 TimelineBranchId
impl PartialEq for TimelineBranchId
Source§fn eq(&self, other: &TimelineBranchId) -> bool
fn eq(&self, other: &TimelineBranchId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TimelineBranchId
impl PartialOrd for TimelineBranchId
Source§impl Serialize for TimelineBranchId
impl Serialize for TimelineBranchId
impl StructuralPartialEq for TimelineBranchId
Auto Trait Implementations§
impl Freeze for TimelineBranchId
impl RefUnwindSafe for TimelineBranchId
impl Send for TimelineBranchId
impl Sync for TimelineBranchId
impl Unpin for TimelineBranchId
impl UnsafeUnpin for TimelineBranchId
impl UnwindSafe for TimelineBranchId
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