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