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