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