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