pub enum EdgeOrPolarity {
Edge(Edge),
Polarity(Polarity),
}
Variants§
Auto Trait Implementations§
impl Freeze for EdgeOrPolarity
impl RefUnwindSafe for EdgeOrPolarity
impl Send for EdgeOrPolarity
impl Sync for EdgeOrPolarity
impl Unpin for EdgeOrPolarity
impl UnwindSafe for EdgeOrPolarity
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