pub struct LiftedProductSpec {
pub group: FiniteGroupTableSpec,
pub left: GroupAlgebraProtographSpec,
pub right: GroupAlgebraProtographSpec,
}Fields§
§group: FiniteGroupTableSpec§left: GroupAlgebraProtographSpec§right: GroupAlgebraProtographSpecTrait Implementations§
Source§impl Clone for LiftedProductSpec
impl Clone for LiftedProductSpec
Source§fn clone(&self) -> LiftedProductSpec
fn clone(&self) -> LiftedProductSpec
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 moreSource§impl Debug for LiftedProductSpec
impl Debug for LiftedProductSpec
Source§impl<'de> Deserialize<'de> for LiftedProductSpec
impl<'de> Deserialize<'de> for LiftedProductSpec
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 LiftedProductSpec
Source§impl PartialEq for LiftedProductSpec
impl PartialEq for LiftedProductSpec
Source§impl Serialize for LiftedProductSpec
impl Serialize for LiftedProductSpec
impl StructuralPartialEq for LiftedProductSpec
Auto Trait Implementations§
impl Freeze for LiftedProductSpec
impl RefUnwindSafe for LiftedProductSpec
impl Send for LiftedProductSpec
impl Sync for LiftedProductSpec
impl Unpin for LiftedProductSpec
impl UnsafeUnpin for LiftedProductSpec
impl UnwindSafe for LiftedProductSpec
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