pub struct AdjacencyListBuilder { /* private fields */ }Trait Implementations§
Source§impl Clone for AdjacencyListBuilder
impl Clone for AdjacencyListBuilder
Source§fn clone(&self) -> AdjacencyListBuilder
fn clone(&self) -> AdjacencyListBuilder
Returns a duplicate 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 Freeze for AdjacencyListBuilder
impl RefUnwindSafe for AdjacencyListBuilder
impl Send for AdjacencyListBuilder
impl Sync for AdjacencyListBuilder
impl Unpin for AdjacencyListBuilder
impl UnsafeUnpin for AdjacencyListBuilder
impl UnwindSafe for AdjacencyListBuilder
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