pub struct V5Text {
pub data: String,
pub font_family: V5FontFamily,
pub font_size: V5FontSize,
}
Fields§
§data: String
§font_family: V5FontFamily
§font_size: V5FontSize
Trait Implementations§
Source§impl<'de> Deserialize<'de> for V5Text
impl<'de> Deserialize<'de> for V5Text
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 Ord for V5Text
impl Ord for V5Text
Source§impl PartialOrd for V5Text
impl PartialOrd for V5Text
impl Eq for V5Text
impl StructuralPartialEq for V5Text
Auto Trait Implementations§
impl Freeze for V5Text
impl RefUnwindSafe for V5Text
impl Send for V5Text
impl Sync for V5Text
impl Unpin for V5Text
impl UnwindSafe for V5Text
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