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