pub struct DataView { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for DataView
impl !Sync for DataView
impl Freeze for DataView
impl RefUnwindSafe for DataView
impl Unpin for DataView
impl UnsafeUnpin for DataView
impl UnwindSafe for DataView
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