pub enum ImmType {
Int = 0,
Double = 1,
}Variants§
Trait Implementations§
impl Copy for ImmType
impl Eq for ImmType
impl StructuralPartialEq for ImmType
Auto Trait Implementations§
impl Freeze for ImmType
impl RefUnwindSafe for ImmType
impl Send for ImmType
impl Sync for ImmType
impl Unpin for ImmType
impl UnsafeUnpin for ImmType
impl UnwindSafe for ImmType
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