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