pub struct DatatypeSort {
pub sort: Sort,
pub variants: Vec<DatatypeVariant>,
}Expand description
A custom datatype sort.
Fields§
§sort: Sort§variants: Vec<DatatypeVariant>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DatatypeSort
impl RefUnwindSafe for DatatypeSort
impl !Send for DatatypeSort
impl !Sync for DatatypeSort
impl Unpin for DatatypeSort
impl UnsafeUnpin for DatatypeSort
impl UnwindSafe for DatatypeSort
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