pub struct IsAPredicate {
pub lvalue: LValue,
pub location: Location,
pub ty: TypeId,
}Fields§
§lvalue: LValue§location: Location§ty: TypeIdTrait Implementations§
Source§impl Clone for IsAPredicate
impl Clone for IsAPredicate
Source§fn clone(&self) -> IsAPredicate
fn clone(&self) -> IsAPredicate
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 IsAPredicate
impl Debug for IsAPredicate
impl Eq for IsAPredicate
Source§impl Hash for IsAPredicate
impl Hash for IsAPredicate
Source§impl PartialEq for IsAPredicate
impl PartialEq for IsAPredicate
Source§fn eq(&self, other: &IsAPredicate) -> bool
fn eq(&self, other: &IsAPredicate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PredicateMember for IsAPredicate
impl PredicateMember for IsAPredicate
impl StructuralPartialEq for IsAPredicate
Auto Trait Implementations§
impl !Send for IsAPredicate
impl !Sync for IsAPredicate
impl Freeze for IsAPredicate
impl RefUnwindSafe for IsAPredicate
impl Unpin for IsAPredicate
impl UnsafeUnpin for IsAPredicate
impl UnwindSafe for IsAPredicate
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