pub struct SmsPartialDeliveryReport { /* private fields */ }Expand description
A partial message delivery report, as it comes from the modem.
Trait Implementations§
Source§impl Clone for SmsPartialDeliveryReport
impl Clone for SmsPartialDeliveryReport
Source§fn clone(&self) -> SmsPartialDeliveryReport
fn clone(&self) -> SmsPartialDeliveryReport
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 SmsPartialDeliveryReport
impl Debug for SmsPartialDeliveryReport
Source§impl<'de> Deserialize<'de> for SmsPartialDeliveryReport
impl<'de> Deserialize<'de> for SmsPartialDeliveryReport
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 SmsPartialDeliveryReport
impl PartialEq for SmsPartialDeliveryReport
Source§impl Serialize for SmsPartialDeliveryReport
impl Serialize for SmsPartialDeliveryReport
impl StructuralPartialEq for SmsPartialDeliveryReport
Auto Trait Implementations§
impl Freeze for SmsPartialDeliveryReport
impl RefUnwindSafe for SmsPartialDeliveryReport
impl Send for SmsPartialDeliveryReport
impl Sync for SmsPartialDeliveryReport
impl Unpin for SmsPartialDeliveryReport
impl UnwindSafe for SmsPartialDeliveryReport
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