pub struct GroupAlgebraProtographSpec {
pub rows: Vec<Vec<GroupAlgebraElementSpec>>,
}Fields§
§rows: Vec<Vec<GroupAlgebraElementSpec>>Trait Implementations§
Source§impl Clone for GroupAlgebraProtographSpec
impl Clone for GroupAlgebraProtographSpec
Source§fn clone(&self) -> GroupAlgebraProtographSpec
fn clone(&self) -> GroupAlgebraProtographSpec
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 GroupAlgebraProtographSpec
impl Debug for GroupAlgebraProtographSpec
Source§impl<'de> Deserialize<'de> for GroupAlgebraProtographSpec
impl<'de> Deserialize<'de> for GroupAlgebraProtographSpec
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 GroupAlgebraProtographSpec
impl StructuralPartialEq for GroupAlgebraProtographSpec
Auto Trait Implementations§
impl Freeze for GroupAlgebraProtographSpec
impl RefUnwindSafe for GroupAlgebraProtographSpec
impl Send for GroupAlgebraProtographSpec
impl Sync for GroupAlgebraProtographSpec
impl Unpin for GroupAlgebraProtographSpec
impl UnsafeUnpin for GroupAlgebraProtographSpec
impl UnwindSafe for GroupAlgebraProtographSpec
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