pub enum RequestedFamilyId {
Show 14 variants
Directional,
QuantumTanner,
GeneralizedBicycle,
LaCross,
RandomHgp,
LiftedProduct,
Hyperbolic55,
CoprimeBb,
Toric3d,
Color666,
Surface,
ShorLike,
RandomTwoBlock,
PerturbedHgp,
}Variants§
Directional
QuantumTanner
GeneralizedBicycle
LaCross
RandomHgp
LiftedProduct
Hyperbolic55
CoprimeBb
Toric3d
Color666
Surface
ShorLike
RandomTwoBlock
PerturbedHgp
Implementations§
Trait Implementations§
Source§impl Clone for RequestedFamilyId
impl Clone for RequestedFamilyId
Source§fn clone(&self) -> RequestedFamilyId
fn clone(&self) -> RequestedFamilyId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RequestedFamilyId
Source§impl Debug for RequestedFamilyId
impl Debug for RequestedFamilyId
Source§impl<'de> Deserialize<'de> for RequestedFamilyId
impl<'de> Deserialize<'de> for RequestedFamilyId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RequestedFamilyId
Source§impl PartialEq for RequestedFamilyId
impl PartialEq for RequestedFamilyId
Source§impl Serialize for RequestedFamilyId
impl Serialize for RequestedFamilyId
impl StructuralPartialEq for RequestedFamilyId
Auto Trait Implementations§
impl Freeze for RequestedFamilyId
impl RefUnwindSafe for RequestedFamilyId
impl Send for RequestedFamilyId
impl Sync for RequestedFamilyId
impl Unpin for RequestedFamilyId
impl UnsafeUnpin for RequestedFamilyId
impl UnwindSafe for RequestedFamilyId
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