pub struct PlanStepId(/* private fields */);Implementations§
Source§impl PlanStepId
impl PlanStepId
Trait Implementations§
Source§impl AsRef<str> for PlanStepId
impl AsRef<str> for PlanStepId
Source§impl Clone for PlanStepId
impl Clone for PlanStepId
Source§fn clone(&self) -> PlanStepId
fn clone(&self) -> PlanStepId
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 PlanStepId
impl Debug for PlanStepId
Source§impl Display for PlanStepId
impl Display for PlanStepId
Source§impl FromStr for PlanStepId
impl FromStr for PlanStepId
Source§type Err = PlanningError
type Err = PlanningError
The associated error which can be returned from parsing.
Source§fn from_str(value: &str) -> Result<PlanStepId, <PlanStepId as FromStr>::Err>
fn from_str(value: &str) -> Result<PlanStepId, <PlanStepId as FromStr>::Err>
Parses a string
s to return a value of this type. Read moreSource§impl Hash for PlanStepId
impl Hash for PlanStepId
Source§impl Ord for PlanStepId
impl Ord for PlanStepId
Source§fn cmp(&self, other: &PlanStepId) -> Ordering
fn cmp(&self, other: &PlanStepId) -> 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 PlanStepId
impl PartialEq for PlanStepId
Source§fn eq(&self, other: &PlanStepId) -> bool
fn eq(&self, other: &PlanStepId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PlanStepId
impl PartialOrd for PlanStepId
Source§impl TryFrom<&str> for PlanStepId
impl TryFrom<&str> for PlanStepId
Source§type Error = PlanningError
type Error = PlanningError
The type returned in the event of a conversion error.
Source§fn try_from(
value: &str,
) -> Result<PlanStepId, <PlanStepId as TryFrom<&str>>::Error>
fn try_from( value: &str, ) -> Result<PlanStepId, <PlanStepId as TryFrom<&str>>::Error>
Performs the conversion.
impl Eq for PlanStepId
impl StructuralPartialEq for PlanStepId
Auto Trait Implementations§
impl Freeze for PlanStepId
impl RefUnwindSafe for PlanStepId
impl Send for PlanStepId
impl Sync for PlanStepId
impl Unpin for PlanStepId
impl UnsafeUnpin for PlanStepId
impl UnwindSafe for PlanStepId
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