pub struct TimelineStepId(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for TimelineStepId
impl Clone for TimelineStepId
Source§fn clone(&self) -> TimelineStepId
fn clone(&self) -> TimelineStepId
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 TimelineStepId
impl Debug for TimelineStepId
Source§impl<'de> Deserialize<'de> for TimelineStepId
impl<'de> Deserialize<'de> for TimelineStepId
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 TimelineStepId
impl Display for TimelineStepId
impl Eq for TimelineStepId
Source§impl Hash for TimelineStepId
impl Hash for TimelineStepId
Source§impl Ord for TimelineStepId
impl Ord for TimelineStepId
Source§fn cmp(&self, other: &TimelineStepId) -> Ordering
fn cmp(&self, other: &TimelineStepId) -> 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 TimelineStepId
impl PartialEq for TimelineStepId
Source§fn eq(&self, other: &TimelineStepId) -> bool
fn eq(&self, other: &TimelineStepId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TimelineStepId
impl PartialOrd for TimelineStepId
Source§impl Serialize for TimelineStepId
impl Serialize for TimelineStepId
impl StructuralPartialEq for TimelineStepId
Auto Trait Implementations§
impl Freeze for TimelineStepId
impl RefUnwindSafe for TimelineStepId
impl Send for TimelineStepId
impl Sync for TimelineStepId
impl Unpin for TimelineStepId
impl UnsafeUnpin for TimelineStepId
impl UnwindSafe for TimelineStepId
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