pub struct Var_(/* private fields */);Trait Implementations§
Source§impl Ord for Var_
impl Ord for Var_
Source§impl PartialOrd for Var_
impl PartialOrd for Var_
Source§impl Var for Var_
impl Var for Var_
fn new(sort_idx: u8, deps: u64, bound: bool) -> Var_
fn is_bound(&self) -> bool
fn depends_on(&self, t: u8) -> bool
fn depends_on_full(&self, other: u64) -> bool
fn dependencies(&self) -> u64
fn sort_idx(&self) -> u8
fn is_compatible_to(&self, other: &Self) -> bool
impl Copy for Var_
impl Eq for Var_
impl StructuralPartialEq for Var_
Auto Trait Implementations§
impl Freeze for Var_
impl RefUnwindSafe for Var_
impl Send for Var_
impl Sync for Var_
impl Unpin for Var_
impl UnwindSafe for Var_
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