pub struct MdsGetOutputMds {
pub _id: IdGetOutputMdsId,
pub additional_properties: HashMap<String, Value>,
}Fields§
§_id: IdGetOutputMdsIdUseful properties are listed, but not the full list.
additional_properties: HashMap<String, Value>Implementations§
Source§impl MdsGetOutputMds
impl MdsGetOutputMds
pub fn new(_id: IdGetOutputMdsId) -> Self
Trait Implementations§
Source§impl Clone for MdsGetOutputMds
impl Clone for MdsGetOutputMds
Source§fn clone(&self) -> MdsGetOutputMds
fn clone(&self) -> MdsGetOutputMds
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 moreSource§impl Debug for MdsGetOutputMds
impl Debug for MdsGetOutputMds
Source§impl<'de> Deserialize<'de> for MdsGetOutputMds
impl<'de> Deserialize<'de> for MdsGetOutputMds
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
Auto Trait Implementations§
impl Freeze for MdsGetOutputMds
impl RefUnwindSafe for MdsGetOutputMds
impl Send for MdsGetOutputMds
impl Sync for MdsGetOutputMds
impl Unpin for MdsGetOutputMds
impl UnwindSafe for MdsGetOutputMds
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