Struct aws_sdk_ec2::model::SlotStartTimeRangeRequest
source · [−]#[non_exhaustive]pub struct SlotStartTimeRangeRequest { /* private fields */ }
Expand description
Describes the time period for a Scheduled Instance to start its first schedule.
Implementations
sourceimpl SlotStartTimeRangeRequest
impl SlotStartTimeRangeRequest
sourcepub fn earliest_time(&self) -> Option<&DateTime>
pub fn earliest_time(&self) -> Option<&DateTime>
The earliest date and time, in UTC, for the Scheduled Instance to start.
sourcepub fn latest_time(&self) -> Option<&DateTime>
pub fn latest_time(&self) -> Option<&DateTime>
The latest date and time, in UTC, for the Scheduled Instance to start.
sourceimpl SlotStartTimeRangeRequest
impl SlotStartTimeRangeRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlotStartTimeRangeRequest
.
Trait Implementations
sourceimpl Clone for SlotStartTimeRangeRequest
impl Clone for SlotStartTimeRangeRequest
sourcefn clone(&self) -> SlotStartTimeRangeRequest
fn clone(&self) -> SlotStartTimeRangeRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SlotStartTimeRangeRequest
impl Debug for SlotStartTimeRangeRequest
sourceimpl PartialEq<SlotStartTimeRangeRequest> for SlotStartTimeRangeRequest
impl PartialEq<SlotStartTimeRangeRequest> for SlotStartTimeRangeRequest
sourcefn eq(&self, other: &SlotStartTimeRangeRequest) -> bool
fn eq(&self, other: &SlotStartTimeRangeRequest) -> bool
impl StructuralPartialEq for SlotStartTimeRangeRequest
Auto Trait Implementations
impl RefUnwindSafe for SlotStartTimeRangeRequest
impl Send for SlotStartTimeRangeRequest
impl Sync for SlotStartTimeRangeRequest
impl Unpin for SlotStartTimeRangeRequest
impl UnwindSafe for SlotStartTimeRangeRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more