Struct snarkvm_parameters::testnet3::ShiftedDegree15
source · pub struct ShiftedDegree15;
Implementations§
source§impl ShiftedDegree15
impl ShiftedDegree15
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Trait Implementations§
source§impl Clone for ShiftedDegree15
impl Clone for ShiftedDegree15
source§fn clone(&self) -> ShiftedDegree15
fn clone(&self) -> ShiftedDegree15
Returns a copy of the value. Read more
1.0.0 · 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 ShiftedDegree15
impl Debug for ShiftedDegree15
source§impl PartialEq<ShiftedDegree15> for ShiftedDegree15
impl PartialEq<ShiftedDegree15> for ShiftedDegree15
source§fn eq(&self, other: &ShiftedDegree15) -> bool
fn eq(&self, other: &ShiftedDegree15) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ShiftedDegree15
impl StructuralEq for ShiftedDegree15
impl StructuralPartialEq for ShiftedDegree15
Auto Trait Implementations§
impl RefUnwindSafe for ShiftedDegree15
impl Send for ShiftedDegree15
impl Sync for ShiftedDegree15
impl Unpin for ShiftedDegree15
impl UnwindSafe for ShiftedDegree15
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.