pub struct InfoText {
pub content: String,
pub subtitle: String,
pub subject: String,
pub additional_text: String,
pub html_text: String,
pub wml_text: String,
pub sms_text: String,
pub speech_text: String,
}Fields§
§content: String§subtitle: String§subject: String§additional_text: String§html_text: String§wml_text: String§sms_text: String§speech_text: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for InfoText
impl<'de> Deserialize<'de> for InfoText
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 InfoText
impl RefUnwindSafe for InfoText
impl Send for InfoText
impl Sync for InfoText
impl Unpin for InfoText
impl UnwindSafe for InfoText
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