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 · 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 SupportedCopyTy
impl Debug for SupportedCopyTy
Source§impl Display for SupportedCopyTy
impl Display for SupportedCopyTy
Source§impl PartialEq for SupportedCopyTy
impl PartialEq for SupportedCopyTy
Source§impl ToTokens for SupportedCopyTy
impl ToTokens for SupportedCopyTy
impl Copy for SupportedCopyTy
impl Eq for SupportedCopyTy
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 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