Struct c3_inheritance::InheritGraph
source · pub struct InheritGraph { /* private fields */ }
Expand description
The inheritance graph.
Implementations§
Trait Implementations§
source§impl<T> AddAssign<T> for InheritGraphwhere
T: C3Object,
impl<T> AddAssign<T> for InheritGraphwhere T: C3Object,
source§fn add_assign(&mut self, rhs: T)
fn add_assign(&mut self, rhs: T)
Performs the
+=
operation. Read moresource§impl Clone for InheritGraph
impl Clone for InheritGraph
source§fn clone(&self) -> InheritGraph
fn clone(&self) -> InheritGraph
Returns a copy 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 moresource§impl Debug for InheritGraph
impl Debug for InheritGraph
source§impl Default for InheritGraph
impl Default for InheritGraph
source§fn default() -> InheritGraph
fn default() -> InheritGraph
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InheritGraph
impl Send for InheritGraph
impl Sync for InheritGraph
impl Unpin for InheritGraph
impl UnwindSafe for InheritGraph
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