pub enum Generatable {
GenGraph {
g: Graph,
},
GenSat {
s: Max2SatGraph,
},
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for Generatable
impl RefUnwindSafe for Generatable
impl Send for Generatable
impl Sync for Generatable
impl Unpin for Generatable
impl UnwindSafe for Generatable
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