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