Struct amazon_sp_services::models::fulfillment_time::FulfillmentTime
source · [−]Expand description
FulfillmentTime : Input for fulfillment time details
Fields
start_time: Option<String>The date, time in UTC of the fulfillment start time in ISO 8601 format.
end_time: Option<String>The date, time in UTC of the fulfillment end time in ISO 8601 format.
Implementations
sourceimpl FulfillmentTime
impl FulfillmentTime
sourcepub fn new() -> FulfillmentTime
pub fn new() -> FulfillmentTime
Input for fulfillment time details
Trait Implementations
sourceimpl Clone for FulfillmentTime
impl Clone for FulfillmentTime
sourcefn clone(&self) -> FulfillmentTime
fn clone(&self) -> FulfillmentTime
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 FulfillmentTime
impl Debug for FulfillmentTime
sourceimpl Default for FulfillmentTime
impl Default for FulfillmentTime
sourcefn default() -> FulfillmentTime
fn default() -> FulfillmentTime
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for FulfillmentTime
impl<'de> Deserialize<'de> for FulfillmentTime
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
sourceimpl PartialEq<FulfillmentTime> for FulfillmentTime
impl PartialEq<FulfillmentTime> for FulfillmentTime
sourcefn eq(&self, other: &FulfillmentTime) -> bool
fn eq(&self, other: &FulfillmentTime) -> bool
sourceimpl Serialize for FulfillmentTime
impl Serialize for FulfillmentTime
impl StructuralPartialEq for FulfillmentTime
Auto Trait Implementations
impl RefUnwindSafe for FulfillmentTime
impl Send for FulfillmentTime
impl Sync for FulfillmentTime
impl Unpin for FulfillmentTime
impl UnwindSafe for FulfillmentTime
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