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