pub struct AdtConflict {
pub name: Symbol,
pub definitions: Vec<Type>,
}Fields§
§name: Symbol§definitions: Vec<Type>Trait Implementations§
Source§impl Clone for AdtConflict
impl Clone for AdtConflict
Source§fn clone(&self) -> AdtConflict
fn clone(&self) -> AdtConflict
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 Debug for AdtConflict
impl Debug for AdtConflict
Source§impl PartialEq for AdtConflict
impl PartialEq for AdtConflict
impl Eq for AdtConflict
impl StructuralPartialEq for AdtConflict
Auto Trait Implementations§
impl Freeze for AdtConflict
impl RefUnwindSafe for AdtConflict
impl Send for AdtConflict
impl Sync for AdtConflict
impl Unpin for AdtConflict
impl UnsafeUnpin for AdtConflict
impl UnwindSafe for AdtConflict
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