pub struct MicroServiceScaleUnit {
pub geography: Option<Geography>,
pub id: Option<String>,
pub is_internal: Option<bool>,
}Fields§
§geography: Option<Geography>§id: Option<String>§is_internal: Option<bool>Implementations§
Trait Implementations§
Source§impl Clone for MicroServiceScaleUnit
impl Clone for MicroServiceScaleUnit
Source§fn clone(&self) -> MicroServiceScaleUnit
fn clone(&self) -> MicroServiceScaleUnit
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 MicroServiceScaleUnit
impl Debug for MicroServiceScaleUnit
Source§impl Default for MicroServiceScaleUnit
impl Default for MicroServiceScaleUnit
Source§fn default() -> MicroServiceScaleUnit
fn default() -> MicroServiceScaleUnit
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MicroServiceScaleUnit
impl<'de> Deserialize<'de> for MicroServiceScaleUnit
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 PartialEq for MicroServiceScaleUnit
impl PartialEq for MicroServiceScaleUnit
Source§impl Serialize for MicroServiceScaleUnit
impl Serialize for MicroServiceScaleUnit
impl StructuralPartialEq for MicroServiceScaleUnit
Auto Trait Implementations§
impl Freeze for MicroServiceScaleUnit
impl RefUnwindSafe for MicroServiceScaleUnit
impl Send for MicroServiceScaleUnit
impl Sync for MicroServiceScaleUnit
impl Unpin for MicroServiceScaleUnit
impl UnwindSafe for MicroServiceScaleUnit
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