pub struct OsdGetOutputOsd {
pub _id: IdGetOutputOsdId,
pub additional_properties: HashMap<String, Value>,
}Fields§
§_id: IdGetOutputOsdIdUseful properties are listed, but not the full list.
additional_properties: HashMap<String, Value>Implementations§
Source§impl OsdGetOutputOsd
impl OsdGetOutputOsd
pub fn new(_id: IdGetOutputOsdId) -> Self
Trait Implementations§
Source§impl Clone for OsdGetOutputOsd
impl Clone for OsdGetOutputOsd
Source§fn clone(&self) -> OsdGetOutputOsd
fn clone(&self) -> OsdGetOutputOsd
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OsdGetOutputOsd
impl Debug for OsdGetOutputOsd
Source§impl<'de> Deserialize<'de> for OsdGetOutputOsd
impl<'de> Deserialize<'de> for OsdGetOutputOsd
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 OsdGetOutputOsd
impl RefUnwindSafe for OsdGetOutputOsd
impl Send for OsdGetOutputOsd
impl Sync for OsdGetOutputOsd
impl Unpin for OsdGetOutputOsd
impl UnsafeUnpin for OsdGetOutputOsd
impl UnwindSafe for OsdGetOutputOsd
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