pub struct PnpDelivery {
pub data: String,
}Expand description
PnpDelivery : A delivery object containing a hashed phone number string or a string specified by X-Line-Delivery-Tag header
Fields§
§data: StringA hashed phone number string or a string specified by X-Line-Delivery-Tag header
Implementations§
Source§impl PnpDelivery
impl PnpDelivery
Sourcepub fn new(data: String) -> PnpDelivery
pub fn new(data: String) -> PnpDelivery
A delivery object containing a hashed phone number string or a string specified by X-Line-Delivery-Tag header
Trait Implementations§
Source§impl Clone for PnpDelivery
impl Clone for PnpDelivery
Source§fn clone(&self) -> PnpDelivery
fn clone(&self) -> PnpDelivery
Returns a duplicate 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 PnpDelivery
impl Debug for PnpDelivery
Source§impl Default for PnpDelivery
impl Default for PnpDelivery
Source§fn default() -> PnpDelivery
fn default() -> PnpDelivery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PnpDelivery
impl<'de> Deserialize<'de> for PnpDelivery
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 PartialEq for PnpDelivery
impl PartialEq for PnpDelivery
Source§impl Serialize for PnpDelivery
impl Serialize for PnpDelivery
impl StructuralPartialEq for PnpDelivery
Auto Trait Implementations§
impl Freeze for PnpDelivery
impl RefUnwindSafe for PnpDelivery
impl Send for PnpDelivery
impl Sync for PnpDelivery
impl Unpin for PnpDelivery
impl UnwindSafe for PnpDelivery
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