pub struct AzureMlWorkspace {
pub id: Option<String>,
pub location: Option<String>,
pub name: Option<String>,
}Expand description
Fields
id: Option<String>location: Option<String>name: Option<String>Implementations
Trait Implementations
sourceimpl Clone for AzureMlWorkspace
impl Clone for AzureMlWorkspace
sourcefn clone(&self) -> AzureMlWorkspace
fn clone(&self) -> AzureMlWorkspace
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AzureMlWorkspace
impl Debug for AzureMlWorkspace
sourceimpl Default for AzureMlWorkspace
impl Default for AzureMlWorkspace
sourcefn default() -> AzureMlWorkspace
fn default() -> AzureMlWorkspace
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AzureMlWorkspace
impl<'de> Deserialize<'de> for AzureMlWorkspace
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<AzureMlWorkspace> for AzureMlWorkspace
impl PartialEq<AzureMlWorkspace> for AzureMlWorkspace
sourcefn eq(&self, other: &AzureMlWorkspace) -> bool
fn eq(&self, other: &AzureMlWorkspace) -> bool
sourceimpl Serialize for AzureMlWorkspace
impl Serialize for AzureMlWorkspace
impl StructuralPartialEq for AzureMlWorkspace
Auto Trait Implementations
impl RefUnwindSafe for AzureMlWorkspace
impl Send for AzureMlWorkspace
impl Sync for AzureMlWorkspace
impl Unpin for AzureMlWorkspace
impl UnwindSafe for AzureMlWorkspace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more