pub struct JournalVoice {
pub duration: String,
pub error: String,
pub from: String,
pub id: String,
pub price: String,
pub status: String,
pub text: String,
pub timestamp: String,
pub to: String,
pub xml: bool,
}
Fields§
§duration: String
§error: String
§from: String
§id: String
§price: String
§status: String
§text: String
§timestamp: String
§to: String
§xml: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JournalVoice
impl<'de> Deserialize<'de> for JournalVoice
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 JournalVoice
impl RefUnwindSafe for JournalVoice
impl Send for JournalVoice
impl Sync for JournalVoice
impl Unpin for JournalVoice
impl UnwindSafe for JournalVoice
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