pub struct ShiftedDegree20;
Implementations§
Source§impl ShiftedDegree20
impl ShiftedDegree20
pub const METADATA: &'static str = "{\n \"checksum\": \"dbb509d0889c61f1b5f6e1cc3b3e8b7f9c9d4f7741efedcb3b76cf462d94e698\",\n \"size\": 50331656\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Auto Trait Implementations§
impl Freeze for ShiftedDegree20
impl RefUnwindSafe for ShiftedDegree20
impl Send for ShiftedDegree20
impl Sync for ShiftedDegree20
impl Unpin for ShiftedDegree20
impl UnwindSafe for ShiftedDegree20
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