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