pub struct WQAM(_);
Expand description
AddMod 256bit
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for WQAM
impl<'de> Deserialize<'de> for WQAM
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
source§impl From<WQAM> for Instruction
impl From<WQAM> for Instruction
source§impl PartialEq<WQAM> for WQAM
impl PartialEq<WQAM> for WQAM
impl Copy for WQAM
impl Eq for WQAM
impl StructuralEq for WQAM
impl StructuralPartialEq for WQAM
Auto Trait Implementations§
impl RefUnwindSafe for WQAM
impl Send for WQAM
impl Sync for WQAM
impl Unpin for WQAM
impl UnwindSafe for WQAM
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