pub struct AworsetOpt<E>{
pub id: NodeId,
pub set: HashSet<(NodeId, E, i64)>,
pub cc: DotContext<NodeId>,
}Fields§
§id: NodeId§set: HashSet<(NodeId, E, i64)>§cc: DotContext<NodeId>Implementations§
Source§impl<E> AworsetOpt<E>
impl<E> AworsetOpt<E>
Trait Implementations§
Source§impl<E> Clone for AworsetOpt<E>
impl<E> Clone for AworsetOpt<E>
Source§fn clone(&self) -> AworsetOpt<E>
fn clone(&self) -> AworsetOpt<E>
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<E> Debug for AworsetOpt<E>
impl<E> Debug for AworsetOpt<E>
Source§impl<E> PartialEq for AworsetOpt<E>
impl<E> PartialEq for AworsetOpt<E>
impl<E> Eq for AworsetOpt<E>
impl<E> StructuralPartialEq for AworsetOpt<E>
Auto Trait Implementations§
impl<E> Freeze for AworsetOpt<E>
impl<E> RefUnwindSafe for AworsetOpt<E>where
E: RefUnwindSafe,
impl<E> Send for AworsetOpt<E>where
E: Send,
impl<E> Sync for AworsetOpt<E>where
E: Sync,
impl<E> Unpin for AworsetOpt<E>where
E: Unpin,
impl<E> UnwindSafe for AworsetOpt<E>where
E: 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