pub struct PlanStepId(/* private fields */);Implementations§
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§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
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