pub enum SupportedCopyTy {
U8,
U16,
U32,
USize,
I8,
I16,
I32,
ISize,
F32,
F64,
Bool,
}Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SupportedCopyTy
impl AsRef<str> for SupportedCopyTy
Source§impl Clone for SupportedCopyTy
impl Clone for SupportedCopyTy
Source§fn clone(&self) -> SupportedCopyTy
fn clone(&self) -> SupportedCopyTy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SupportedCopyTy
Source§impl Debug for SupportedCopyTy
impl Debug for SupportedCopyTy
Source§impl Display for SupportedCopyTy
impl Display for SupportedCopyTy
impl Eq for SupportedCopyTy
Source§impl PartialEq for SupportedCopyTy
impl PartialEq for SupportedCopyTy
Source§fn eq(&self, other: &SupportedCopyTy) -> bool
fn eq(&self, other: &SupportedCopyTy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SupportedCopyTy
Auto Trait Implementations§
impl Freeze for SupportedCopyTy
impl RefUnwindSafe for SupportedCopyTy
impl Send for SupportedCopyTy
impl Sync for SupportedCopyTy
impl Unpin for SupportedCopyTy
impl UnsafeUnpin for SupportedCopyTy
impl UnwindSafe for SupportedCopyTy
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