pub struct SortDeclaration {
pub id: Located<Symbol>,
pub arity: Located<i64>,
}
Expand description
<sort_dec> ::= (
Fields§
§id: Located<Symbol>
§arity: Located<i64>
Trait Implementations§
Source§impl Clone for SortDeclaration
impl Clone for SortDeclaration
Source§fn clone(&self) -> SortDeclaration
fn clone(&self) -> SortDeclaration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Display for SortDeclaration
impl Display for SortDeclaration
Auto Trait Implementations§
impl Freeze for SortDeclaration
impl RefUnwindSafe for SortDeclaration
impl Send for SortDeclaration
impl Sync for SortDeclaration
impl Unpin for SortDeclaration
impl UnwindSafe for SortDeclaration
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