pub struct InformationText { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for InformationText
impl Debug for InformationText
Source§impl<'de> Deserialize<'de> for InformationText
impl<'de> Deserialize<'de> for InformationText
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 Model<InformationText> for InformationText
impl Model<InformationText> for InformationText
Auto Trait Implementations§
impl Freeze for InformationText
impl RefUnwindSafe for InformationText
impl Send for InformationText
impl Sync for InformationText
impl Unpin for InformationText
impl UnwindSafe for InformationText
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