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§
source§impl Clone for AzureMlWorkspace
impl Clone for AzureMlWorkspace
source§fn clone(&self) -> AzureMlWorkspace
fn clone(&self) -> AzureMlWorkspace
Returns a copy 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 moresource§impl Debug for AzureMlWorkspace
impl Debug for AzureMlWorkspace
source§impl Default for AzureMlWorkspace
impl Default for AzureMlWorkspace
source§fn default() -> AzureMlWorkspace
fn default() -> AzureMlWorkspace
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AzureMlWorkspace
impl<'de> Deserialize<'de> for AzureMlWorkspace
source§fn 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
source§impl PartialEq for AzureMlWorkspace
impl PartialEq for AzureMlWorkspace
source§fn eq(&self, other: &AzureMlWorkspace) -> bool
fn eq(&self, other: &AzureMlWorkspace) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
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