pub struct TextS { /* private fields */ }Expand description
$literal
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextS
impl RefUnwindSafe for TextS
impl Send for TextS
impl Sync for TextS
impl Unpin for TextS
impl UnsafeUnpin for TextS
impl UnwindSafe for TextS
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