pub struct PreparedInstanceDecl {
pub span: Span,
pub class: Symbol,
pub head: Type,
pub context: Vec<Predicate>,
}Fields§
§span: Span§class: Symbol§head: Type§context: Vec<Predicate>Trait Implementations§
Source§impl Clone for PreparedInstanceDecl
impl Clone for PreparedInstanceDecl
Source§fn clone(&self) -> PreparedInstanceDecl
fn clone(&self) -> PreparedInstanceDecl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PreparedInstanceDecl
impl Debug for PreparedInstanceDecl
Source§impl Hash for PreparedInstanceDecl
impl Hash for PreparedInstanceDecl
Source§impl Ord for PreparedInstanceDecl
impl Ord for PreparedInstanceDecl
Source§fn cmp(&self, other: &PreparedInstanceDecl) -> Ordering
fn cmp(&self, other: &PreparedInstanceDecl) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PreparedInstanceDecl
impl PartialEq for PreparedInstanceDecl
Source§fn eq(&self, other: &PreparedInstanceDecl) -> bool
fn eq(&self, other: &PreparedInstanceDecl) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PreparedInstanceDecl
impl PartialOrd for PreparedInstanceDecl
impl Eq for PreparedInstanceDecl
impl StructuralPartialEq for PreparedInstanceDecl
Auto Trait Implementations§
impl Freeze for PreparedInstanceDecl
impl RefUnwindSafe for PreparedInstanceDecl
impl Send for PreparedInstanceDecl
impl Sync for PreparedInstanceDecl
impl Unpin for PreparedInstanceDecl
impl UnsafeUnpin for PreparedInstanceDecl
impl UnwindSafe for PreparedInstanceDecl
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