pub enum RichTextSpanOffset {}Auto Trait Implementations§
impl Freeze for RichTextSpanOffset
impl RefUnwindSafe for RichTextSpanOffset
impl Send for RichTextSpanOffset
impl Sync for RichTextSpanOffset
impl Unpin for RichTextSpanOffset
impl UnsafeUnpin for RichTextSpanOffset
impl UnwindSafe for RichTextSpanOffset
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