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