Struct MlPipelineStepName
pub struct MlPipelineStepName(/* private fields */);Implementations§
§impl MlPipelineStepName
impl MlPipelineStepName
pub fn new( value: impl AsRef<str>, ) -> Result<MlPipelineStepName, MlPipelineError>
pub fn as_str(&self) -> &str
Trait Implementations§
§impl AsRef<str> for MlPipelineStepName
impl AsRef<str> for MlPipelineStepName
§impl Clone for MlPipelineStepName
impl Clone for MlPipelineStepName
§fn clone(&self) -> MlPipelineStepName
fn clone(&self) -> MlPipelineStepName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for MlPipelineStepName
impl Debug for MlPipelineStepName
§impl Display for MlPipelineStepName
impl Display for MlPipelineStepName
§impl FromStr for MlPipelineStepName
impl FromStr for MlPipelineStepName
§type Err = MlPipelineError
type Err = MlPipelineError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<MlPipelineStepName, <MlPipelineStepName as FromStr>::Err>
fn from_str( value: &str, ) -> Result<MlPipelineStepName, <MlPipelineStepName as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for MlPipelineStepName
impl Hash for MlPipelineStepName
§impl Ord for MlPipelineStepName
impl Ord for MlPipelineStepName
§fn cmp(&self, other: &MlPipelineStepName) -> Ordering
fn cmp(&self, other: &MlPipelineStepName) -> Ordering
1.21.0 · 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
§impl PartialEq for MlPipelineStepName
impl PartialEq for MlPipelineStepName
§impl PartialOrd for MlPipelineStepName
impl PartialOrd for MlPipelineStepName
§impl TryFrom<&str> for MlPipelineStepName
impl TryFrom<&str> for MlPipelineStepName
§type Error = MlPipelineError
type Error = MlPipelineError
The type returned in the event of a conversion error.
§fn try_from(
value: &str,
) -> Result<MlPipelineStepName, <MlPipelineStepName as TryFrom<&str>>::Error>
fn try_from( value: &str, ) -> Result<MlPipelineStepName, <MlPipelineStepName as TryFrom<&str>>::Error>
Performs the conversion.
impl Eq for MlPipelineStepName
impl StructuralPartialEq for MlPipelineStepName
Auto Trait Implementations§
impl Freeze for MlPipelineStepName
impl RefUnwindSafe for MlPipelineStepName
impl Send for MlPipelineStepName
impl Sync for MlPipelineStepName
impl Unpin for MlPipelineStepName
impl UnsafeUnpin for MlPipelineStepName
impl UnwindSafe for MlPipelineStepName
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