Struct amazon_sp_shipping::models::time_range::TimeRange
source · [−]Expand description
TimeRange : The time range.
Fields
start: Option<String>The start date and time. This defaults to the current date and time.
end: Option<String>The end date and time. This must come after the value of start. This defaults to the next business day from the start.
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for TimeRange
impl<'de> Deserialize<'de> for TimeRange
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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
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