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