pub struct LiveTextAttributedText {
pub text: String,
pub runs: Vec<LiveTextAttributedTextRun>,
}Fields§
§text: String§runs: Vec<LiveTextAttributedTextRun>Trait Implementations§
Source§impl Clone for LiveTextAttributedText
impl Clone for LiveTextAttributedText
Source§fn clone(&self) -> LiveTextAttributedText
fn clone(&self) -> LiveTextAttributedText
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LiveTextAttributedText
impl Debug for LiveTextAttributedText
Source§impl<'de> Deserialize<'de> for LiveTextAttributedText
impl<'de> Deserialize<'de> for LiveTextAttributedText
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 PartialEq for LiveTextAttributedText
impl PartialEq for LiveTextAttributedText
Source§fn eq(&self, other: &LiveTextAttributedText) -> bool
fn eq(&self, other: &LiveTextAttributedText) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LiveTextAttributedText
impl Serialize for LiveTextAttributedText
impl Eq for LiveTextAttributedText
impl StructuralPartialEq for LiveTextAttributedText
Auto Trait Implementations§
impl Freeze for LiveTextAttributedText
impl RefUnwindSafe for LiveTextAttributedText
impl Send for LiveTextAttributedText
impl Sync for LiveTextAttributedText
impl Unpin for LiveTextAttributedText
impl UnsafeUnpin for LiveTextAttributedText
impl UnwindSafe for LiveTextAttributedText
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