pub struct TextBlock { /* private fields */ }Implementations§
Source§impl TextBlock
impl TextBlock
pub fn to_attributed_string(&self) -> Result<AttributedString>
Trait Implementations§
Source§impl TryFrom<&TextBlock> for AttributedString
impl TryFrom<&TextBlock> for AttributedString
Source§impl TryFrom<TextBlock> for AttributedString
impl TryFrom<TextBlock> for AttributedString
impl StructuralPartialEq for TextBlock
Auto Trait Implementations§
impl Freeze for TextBlock
impl RefUnwindSafe for TextBlock
impl Send for TextBlock
impl Sync for TextBlock
impl Unpin for TextBlock
impl UnsafeUnpin for TextBlock
impl UnwindSafe for TextBlock
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