pub enum Gf2_63 {}
Implementations§
Trait Implementations§
Source§impl SemiRing for Gf2_63
impl SemiRing for Gf2_63
impl Associative for Gf2_63
impl Commutative for Gf2_63
Auto Trait Implementations§
impl Freeze for Gf2_63
impl RefUnwindSafe for Gf2_63
impl Send for Gf2_63
impl Sync for Gf2_63
impl Unpin for Gf2_63
impl UnwindSafe for Gf2_63
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