pub struct Autoscaling {
pub autostop: Option<Box<AutoStop>>,
pub storage: Option<Box<AutoscalingStorage>>,
}Fields§
§autostop: Option<Box<AutoStop>>§storage: Option<Box<AutoscalingStorage>>Implementations§
Source§impl Autoscaling
impl Autoscaling
pub fn new() -> Autoscaling
Trait Implementations§
Source§impl Clone for Autoscaling
impl Clone for Autoscaling
Source§fn clone(&self) -> Autoscaling
fn clone(&self) -> Autoscaling
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 Autoscaling
impl Debug for Autoscaling
Source§impl Default for Autoscaling
impl Default for Autoscaling
Source§fn default() -> Autoscaling
fn default() -> Autoscaling
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Autoscaling
impl<'de> Deserialize<'de> for Autoscaling
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 Autoscaling
impl PartialEq for Autoscaling
Source§impl Serialize for Autoscaling
impl Serialize for Autoscaling
impl StructuralPartialEq for Autoscaling
Auto Trait Implementations§
impl Freeze for Autoscaling
impl RefUnwindSafe for Autoscaling
impl Send for Autoscaling
impl Sync for Autoscaling
impl Unpin for Autoscaling
impl UnwindSafe for Autoscaling
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