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