pub struct JournalOutbound {Show 14 fields
pub connection: String,
pub dlr: Option<String>,
pub dlr_timestamp: Option<String>,
pub foreign_id: Option<String>,
pub from: String,
pub id: String,
pub label: Option<String>,
pub latency: Option<String>,
pub mccmnc: Option<String>,
pub price: String,
pub text: String,
pub timestamp: String,
pub to: String,
pub type_: String,
}
Fields§
§connection: String
§dlr: Option<String>
§dlr_timestamp: Option<String>
§foreign_id: Option<String>
§from: String
§id: String
§label: Option<String>
§latency: Option<String>
§mccmnc: Option<String>
§price: String
§text: String
§timestamp: String
§to: String
§type_: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JournalOutbound
impl<'de> Deserialize<'de> for JournalOutbound
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 JournalOutbound
impl RefUnwindSafe for JournalOutbound
impl Send for JournalOutbound
impl Sync for JournalOutbound
impl Unpin for JournalOutbound
impl UnwindSafe for JournalOutbound
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