pub struct DatasetView<'a, D: Dataset> {
pub dataset: &'a D,
pub graph: Option<&'a D::Resource>,
}
Expand description
Dataset view focusing on a given graph.
Fields§
§dataset: &'a D
§graph: Option<&'a D::Resource>
Auto Trait Implementations§
impl<'a, D> Freeze for DatasetView<'a, D>
impl<'a, D> RefUnwindSafe for DatasetView<'a, D>
impl<'a, D> Send for DatasetView<'a, D>
impl<'a, D> Sync for DatasetView<'a, D>
impl<'a, D> Unpin for DatasetView<'a, D>
impl<'a, D> UnwindSafe for DatasetView<'a, D>
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