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