Struct bool_logic::ast::Var
source · pub struct Var<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
source§impl<T: Ord> Ord for Var<T>
impl<T: Ord> Ord for Var<T>
source§impl<T: PartialEq> PartialEq<Var<T>> for Var<T>
impl<T: PartialEq> PartialEq<Var<T>> for Var<T>
source§impl<T: PartialOrd> PartialOrd<Var<T>> for Var<T>
impl<T: PartialOrd> PartialOrd<Var<T>> for Var<T>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl<T: Copy> Copy for Var<T>
impl<T: Eq> Eq for Var<T>
impl<T> StructuralEq for Var<T>
impl<T> StructuralPartialEq for Var<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Var<T>where T: RefUnwindSafe,
impl<T> Send for Var<T>where T: Send,
impl<T> Sync for Var<T>where T: Sync,
impl<T> Unpin for Var<T>where T: Unpin,
impl<T> UnwindSafe for Var<T>where T: UnwindSafe,
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