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