Struct aws_sdk_datasync::types::Iops
source · #[non_exhaustive]pub struct Iops { /* private fields */ }
Expand description
The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
Implementations§
Trait Implementations§
source§impl PartialEq<Iops> for Iops
impl PartialEq<Iops> for Iops
impl StructuralPartialEq for Iops
Auto Trait Implementations§
impl RefUnwindSafe for Iops
impl Send for Iops
impl Sync for Iops
impl Unpin for Iops
impl UnwindSafe for Iops
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