pub struct DeliveryAuthorizationRequest {
pub short_lived_token: String,
}Fields§
§short_lived_token: StringTrait Implementations§
Source§impl Clone for DeliveryAuthorizationRequest
impl Clone for DeliveryAuthorizationRequest
Source§fn clone(&self) -> DeliveryAuthorizationRequest
fn clone(&self) -> DeliveryAuthorizationRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeliveryAuthorizationRequest
impl Debug for DeliveryAuthorizationRequest
Source§impl<'de> Deserialize<'de> for DeliveryAuthorizationRequest
impl<'de> Deserialize<'de> for DeliveryAuthorizationRequest
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
impl Eq for DeliveryAuthorizationRequest
impl StructuralPartialEq for DeliveryAuthorizationRequest
Auto Trait Implementations§
impl Freeze for DeliveryAuthorizationRequest
impl RefUnwindSafe for DeliveryAuthorizationRequest
impl Send for DeliveryAuthorizationRequest
impl Sync for DeliveryAuthorizationRequest
impl Unpin for DeliveryAuthorizationRequest
impl UnsafeUnpin for DeliveryAuthorizationRequest
impl UnwindSafe for DeliveryAuthorizationRequest
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