Struct graph_types::EntryWeight
source · pub struct EntryWeight<N> { /* private fields */ }
Expand description
Trait Implementations§
source§impl<N: Clone> Clone for EntryWeight<N>
impl<N: Clone> Clone for EntryWeight<N>
source§fn clone(&self) -> EntryWeight<N>
fn clone(&self) -> EntryWeight<N>
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 moreAuto Trait Implementations§
impl<N> RefUnwindSafe for EntryWeight<N>where N: RefUnwindSafe,
impl<N> Send for EntryWeight<N>where N: Send,
impl<N> Sync for EntryWeight<N>where N: Sync,
impl<N> Unpin for EntryWeight<N>where N: Unpin,
impl<N> UnwindSafe for EntryWeight<N>where N: UnwindSafe,
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