pub enum PlainType {
I32,
F32,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlainType
impl RefUnwindSafe for PlainType
impl Send for PlainType
impl Sync for PlainType
impl Unpin for PlainType
impl UnwindSafe for PlainType
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