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