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