pub struct SmsDeliverDecoded {
pub smsc: SmscDecoded,
pub header: PDUHeaderDecoded,
pub sender: AddressDecoded,
pub pid: u8,
pub dcs: DcsDecoded,
pub scts: DateTime<Utc>,
pub user_data: UserDataDecoded,
}Expand description
— SMS Deliver (Incoming) —
Fields§
§smsc: SmscDecoded§header: PDUHeaderDecoded§sender: AddressDecoded§pid: u8§dcs: DcsDecoded§scts: DateTime<Utc>§user_data: UserDataDecodedTrait Implementations§
Source§impl Debug for SmsDeliverDecoded
impl Debug for SmsDeliverDecoded
Source§impl PartialEq for SmsDeliverDecoded
impl PartialEq for SmsDeliverDecoded
impl StructuralPartialEq for SmsDeliverDecoded
Auto Trait Implementations§
impl Freeze for SmsDeliverDecoded
impl RefUnwindSafe for SmsDeliverDecoded
impl Send for SmsDeliverDecoded
impl Sync for SmsDeliverDecoded
impl Unpin for SmsDeliverDecoded
impl UnwindSafe for SmsDeliverDecoded
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