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