pub struct ModuleEdge { /* private fields */ }Expand description
One source-anchored, resolved dependency.
Implementations§
Source§impl ModuleEdge
impl ModuleEdge
Trait Implementations§
Source§impl Clone for ModuleEdge
impl Clone for ModuleEdge
Source§fn clone(&self) -> ModuleEdge
fn clone(&self) -> ModuleEdge
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 ModuleEdge
impl Debug for ModuleEdge
impl Eq for ModuleEdge
Source§impl PartialEq for ModuleEdge
impl PartialEq for ModuleEdge
impl StructuralPartialEq for ModuleEdge
Auto Trait Implementations§
impl Freeze for ModuleEdge
impl RefUnwindSafe for ModuleEdge
impl Send for ModuleEdge
impl Sync for ModuleEdge
impl Unpin for ModuleEdge
impl UnsafeUnpin for ModuleEdge
impl UnwindSafe for ModuleEdge
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