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