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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more