pub enum DatatypeAccessor {
Sort(Sort),
Datatype(Symbol),
}
Expand description
Wrapper which can point to a sort (by value) or to a custom datatype (by name).
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DatatypeAccessor
impl RefUnwindSafe for DatatypeAccessor
impl !Send for DatatypeAccessor
impl !Sync for DatatypeAccessor
impl Unpin for DatatypeAccessor
impl UnwindSafe for DatatypeAccessor
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