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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 Freeze for InheritGraph
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