pub struct ServerlessCacheEcpuPerSecond {
pub maximum: Option<i32>,
pub minimum: Option<i32>,
}Fields§
§maximum: Option<i32>§minimum: Option<i32>Trait Implementations§
Source§impl Clone for ServerlessCacheEcpuPerSecond
impl Clone for ServerlessCacheEcpuPerSecond
Source§fn clone(&self) -> ServerlessCacheEcpuPerSecond
fn clone(&self) -> ServerlessCacheEcpuPerSecond
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 moreAuto Trait Implementations§
impl Freeze for ServerlessCacheEcpuPerSecond
impl RefUnwindSafe for ServerlessCacheEcpuPerSecond
impl Send for ServerlessCacheEcpuPerSecond
impl Sync for ServerlessCacheEcpuPerSecond
impl Unpin for ServerlessCacheEcpuPerSecond
impl UnsafeUnpin for ServerlessCacheEcpuPerSecond
impl UnwindSafe for ServerlessCacheEcpuPerSecond
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