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