Struct snarkvm_parameters::testnet3::Degree18
source · pub struct Degree18;
Implementations§
source§impl Degree18
impl Degree18
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Auto Trait Implementations§
impl RefUnwindSafe for Degree18
impl Send for Degree18
impl Sync for Degree18
impl Unpin for Degree18
impl UnwindSafe for Degree18
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