Struct jyve::model::BackstockDelivery
source · pub struct BackstockDelivery {
pub confirmed_at: Option<String>,
pub description: Option<String>,
pub estimated_at: Option<String>,
pub id: Option<i64>,
pub job_count: Option<String>,
pub route_external_id: Option<String>,
pub route_id: Option<i64>,
}
Fields§
§confirmed_at: Option<String>
§description: Option<String>
§estimated_at: Option<String>
§id: Option<i64>
§job_count: Option<String>
§route_external_id: Option<String>
§route_id: Option<i64>
Trait Implementations§
source§impl Clone for BackstockDelivery
impl Clone for BackstockDelivery
source§fn clone(&self) -> BackstockDelivery
fn clone(&self) -> BackstockDelivery
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BackstockDelivery
impl Debug for BackstockDelivery
source§impl Default for BackstockDelivery
impl Default for BackstockDelivery
source§fn default() -> BackstockDelivery
fn default() -> BackstockDelivery
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BackstockDelivery
impl<'de> Deserialize<'de> for BackstockDelivery
source§fn 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
source§impl Display for BackstockDelivery
impl Display for BackstockDelivery
Auto Trait Implementations§
impl RefUnwindSafe for BackstockDelivery
impl Send for BackstockDelivery
impl Sync for BackstockDelivery
impl Unpin for BackstockDelivery
impl UnwindSafe for BackstockDelivery
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