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