pub struct HaGetOutputHa {
pub additional_properties: HashMap<String, Value>,
}
Fields§
§additional_properties: HashMap<String, Value>
Trait Implementations§
Source§impl Clone for HaGetOutputHa
impl Clone for HaGetOutputHa
Source§fn clone(&self) -> HaGetOutputHa
fn clone(&self) -> HaGetOutputHa
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 HaGetOutputHa
impl Debug for HaGetOutputHa
Source§impl Default for HaGetOutputHa
impl Default for HaGetOutputHa
Source§fn default() -> HaGetOutputHa
fn default() -> HaGetOutputHa
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HaGetOutputHa
impl<'de> Deserialize<'de> for HaGetOutputHa
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 HaGetOutputHa
impl RefUnwindSafe for HaGetOutputHa
impl Send for HaGetOutputHa
impl Sync for HaGetOutputHa
impl Unpin for HaGetOutputHa
impl UnwindSafe for HaGetOutputHa
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