pub enum ImmKind {
I8(u8),
I16(u16),
I32(u32),
I64(i32),
}
Variants§
Trait Implementations§
impl Copy for ImmKind
impl Eq for ImmKind
impl StructuralPartialEq for ImmKind
Auto Trait Implementations§
impl Freeze for ImmKind
impl RefUnwindSafe for ImmKind
impl Send for ImmKind
impl Sync for ImmKind
impl Unpin for ImmKind
impl UnwindSafe for ImmKind
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