#[repr(u8)]pub enum LazyType {
Show 18 variants
Void,
String,
Binary,
I8,
I16,
I32,
I64,
I128,
U8,
U16,
U32,
U64,
U128,
F32,
F64,
True,
False,
Link,
}
Variants§
Trait Implementations§
source§impl PartialEq<LazyType> for LazyType
impl PartialEq<LazyType> for LazyType
impl Copy for LazyType
impl Eq for LazyType
impl StructuralEq for LazyType
impl StructuralPartialEq for LazyType
Auto Trait Implementations§
impl RefUnwindSafe for LazyType
impl Send for LazyType
impl Sync for LazyType
impl Unpin for LazyType
impl UnwindSafe for LazyType
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