pub struct ValidatedGraph { /* private fields */ }Expand description
Validated graph plus reachability plan, ready for later render scheduling.
Implementations§
Source§impl ValidatedGraph
impl ValidatedGraph
Sourcepub const fn plan(&self) -> &ValidationPlan
pub const fn plan(&self) -> &ValidationPlan
Returns graph validation plan.
Trait Implementations§
Source§impl Clone for ValidatedGraph
impl Clone for ValidatedGraph
Source§fn clone(&self) -> ValidatedGraph
fn clone(&self) -> ValidatedGraph
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ValidatedGraph
impl Debug for ValidatedGraph
Source§impl PartialEq for ValidatedGraph
impl PartialEq for ValidatedGraph
Source§fn eq(&self, other: &ValidatedGraph) -> bool
fn eq(&self, other: &ValidatedGraph) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ValidatedGraph
impl StructuralPartialEq for ValidatedGraph
Auto Trait Implementations§
impl Freeze for ValidatedGraph
impl RefUnwindSafe for ValidatedGraph
impl Send for ValidatedGraph
impl Sync for ValidatedGraph
impl Unpin for ValidatedGraph
impl UnsafeUnpin for ValidatedGraph
impl UnwindSafe for ValidatedGraph
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