pub struct ObjectiveGraph { /* private fields */ }Expand description
An ObjectiveGraph is a collection of objectives and their relationships.
Implementations§
Trait Implementations§
Source§impl Debug for ObjectiveGraph
impl Debug for ObjectiveGraph
Source§impl Default for ObjectiveGraph
impl Default for ObjectiveGraph
Source§fn default() -> ObjectiveGraph
fn default() -> ObjectiveGraph
Returns the “default value” for a type. Read more
Source§impl PartialEq for ObjectiveGraph
impl PartialEq for ObjectiveGraph
impl Eq for ObjectiveGraph
impl StructuralPartialEq for ObjectiveGraph
Auto Trait Implementations§
impl Freeze for ObjectiveGraph
impl RefUnwindSafe for ObjectiveGraph
impl Send for ObjectiveGraph
impl Sync for ObjectiveGraph
impl Unpin for ObjectiveGraph
impl UnwindSafe for ObjectiveGraph
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