pub struct DedicatedHost {
pub id: String,
pub auto_placement: String,
pub availability_zone: String,
pub instance_type: String,
pub state: String,
pub host_recovery: String,
pub host_maintenance: String,
}Expand description
A Dedicated Host.
Fields§
§id: String§auto_placement: String§availability_zone: String§instance_type: String§state: String§host_recovery: String§host_maintenance: StringTrait Implementations§
Source§impl Clone for DedicatedHost
impl Clone for DedicatedHost
Source§fn clone(&self) -> DedicatedHost
fn clone(&self) -> DedicatedHost
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 DedicatedHost
impl Debug for DedicatedHost
Source§impl<'de> Deserialize<'de> for DedicatedHost
impl<'de> Deserialize<'de> for DedicatedHost
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 DedicatedHost
impl RefUnwindSafe for DedicatedHost
impl Send for DedicatedHost
impl Sync for DedicatedHost
impl Unpin for DedicatedHost
impl UnsafeUnpin for DedicatedHost
impl UnwindSafe for DedicatedHost
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