Struct transip::api::general::AvailabilityZone
source · pub struct AvailabilityZone {
pub name: String,
pub country: String,
pub is_default: bool,
}Fields§
§name: String§country: String§is_default: boolTrait Implementations§
source§impl Debug for AvailabilityZone
impl Debug for AvailabilityZone
source§impl<'de> Deserialize<'de> for AvailabilityZone
impl<'de> Deserialize<'de> for AvailabilityZone
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
source§impl Display for AvailabilityZone
impl Display for AvailabilityZone
source§impl PartialEq for AvailabilityZone
impl PartialEq for AvailabilityZone
source§fn eq(&self, other: &AvailabilityZone) -> bool
fn eq(&self, other: &AvailabilityZone) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AvailabilityZone
impl Serialize for AvailabilityZone
impl StructuralPartialEq for AvailabilityZone
Auto Trait Implementations§
impl RefUnwindSafe for AvailabilityZone
impl Send for AvailabilityZone
impl Sync for AvailabilityZone
impl Unpin for AvailabilityZone
impl UnwindSafe for AvailabilityZone
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