pub struct DataView;
Expand description
Represents the terminal symbol DataView
Trait Implementations§
Source§impl Ord for DataView
impl Ord for DataView
Source§impl PartialOrd for DataView
impl PartialOrd for DataView
impl Copy for DataView
impl Eq for DataView
impl StructuralPartialEq for DataView
Auto Trait Implementations§
impl Freeze for DataView
impl RefUnwindSafe for DataView
impl Send for DataView
impl Sync for DataView
impl Unpin 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