pub struct DegreeResult {
pub nodes: Vec<NodeDegree>,
}Fields§
§nodes: Vec<NodeDegree>Trait Implementations§
Source§impl Clone for DegreeResult
impl Clone for DegreeResult
Source§fn clone(&self) -> DegreeResult
fn clone(&self) -> DegreeResult
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 moreSource§impl Debug for DegreeResult
impl Debug for DegreeResult
Auto Trait Implementations§
impl Freeze for DegreeResult
impl RefUnwindSafe for DegreeResult
impl Send for DegreeResult
impl Sync for DegreeResult
impl Unpin for DegreeResult
impl UnsafeUnpin for DegreeResult
impl UnwindSafe for DegreeResult
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