Struct aws_sdk_codedeploy::types::TimeRange
source · #[non_exhaustive]pub struct TimeRange { /* private fields */ }
Expand description
Information about a time range.
Implementations§
Trait Implementations§
source§impl PartialEq<TimeRange> for TimeRange
impl PartialEq<TimeRange> for TimeRange
impl StructuralPartialEq for TimeRange
Auto Trait Implementations§
impl RefUnwindSafe for TimeRange
impl Send for TimeRange
impl Sync for TimeRange
impl Unpin for TimeRange
impl UnwindSafe for TimeRange
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