Struct ValidatedGraph
pub struct ValidatedGraph { /* private fields */ }Expand description
Validated graph plus reachability plan, ready for later render scheduling.
Implementations§
§impl ValidatedGraph
impl ValidatedGraph
pub const fn plan(&self) -> &ValidationPlan
pub const fn plan(&self) -> &ValidationPlan
Returns graph validation plan.
Trait Implementations§
§impl Clone for ValidatedGraph
impl Clone for ValidatedGraph
§fn clone(&self) -> ValidatedGraph
fn clone(&self) -> ValidatedGraph
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ValidatedGraph
impl Debug for ValidatedGraph
§impl PartialEq for ValidatedGraph
impl PartialEq for ValidatedGraph
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