Struct aws_sdk_datasync::types::Latency
source · #[non_exhaustive]pub struct Latency { /* private fields */ }
Expand description
The latency 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<Latency> for Latency
impl PartialEq<Latency> for Latency
impl StructuralPartialEq for Latency
Auto Trait Implementations§
impl RefUnwindSafe for Latency
impl Send for Latency
impl Sync for Latency
impl Unpin for Latency
impl UnwindSafe for Latency
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