pub struct ProofOfDelivery {
pub signature_url: String,
pub document_url: String,
}Expand description
Proof of delivery
Fields§
§signature_url: String§document_url: StringTrait Implementations§
Source§impl Debug for ProofOfDelivery
impl Debug for ProofOfDelivery
Source§impl<'de> Deserialize<'de> for ProofOfDelivery
impl<'de> Deserialize<'de> for ProofOfDelivery
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
Auto Trait Implementations§
impl Freeze for ProofOfDelivery
impl RefUnwindSafe for ProofOfDelivery
impl Send for ProofOfDelivery
impl Sync for ProofOfDelivery
impl Unpin for ProofOfDelivery
impl UnwindSafe for ProofOfDelivery
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