pub struct MismatchConstError;
Expand description
Failed to convert to const wrap type.
Trait Implementations§
Source§impl Clone for MismatchConstError
impl Clone for MismatchConstError
Source§fn clone(&self) -> MismatchConstError
fn clone(&self) -> MismatchConstError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MismatchConstError
impl Debug for MismatchConstError
Source§impl Default for MismatchConstError
impl Default for MismatchConstError
Source§fn default() -> MismatchConstError
fn default() -> MismatchConstError
Returns the “default value” for a type. Read more
Source§impl Hash for MismatchConstError
impl Hash for MismatchConstError
Source§impl Ord for MismatchConstError
impl Ord for MismatchConstError
Source§fn cmp(&self, other: &MismatchConstError) -> Ordering
fn cmp(&self, other: &MismatchConstError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MismatchConstError
impl PartialEq for MismatchConstError
Source§impl PartialOrd for MismatchConstError
impl PartialOrd for MismatchConstError
impl Copy for MismatchConstError
impl Eq for MismatchConstError
impl StructuralPartialEq for MismatchConstError
Auto Trait Implementations§
impl Freeze for MismatchConstError
impl RefUnwindSafe for MismatchConstError
impl Send for MismatchConstError
impl Sync for MismatchConstError
impl Unpin for MismatchConstError
impl UnwindSafe for MismatchConstError
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ConstOrValue<T> for T
impl<T> ConstOrValue<T> for T
Source§const IS_CONST_WRAP: bool = false
const IS_CONST_WRAP: bool = false
get wheter the type is const generic wrapper.