Struct codegen_cfg::ast::Var
source · pub struct Var<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
source§impl<T> Ord for Var<T>where
T: Ord,
impl<T> Ord for Var<T>where T: Ord,
source§impl<T> PartialEq<Var<T>> for Var<T>where
T: PartialEq<T>,
impl<T> PartialEq<Var<T>> for Var<T>where T: PartialEq<T>,
source§impl<T> PartialOrd<Var<T>> for Var<T>where
T: PartialOrd<T>,
impl<T> PartialOrd<Var<T>> for Var<T>where T: PartialOrd<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 for Var<T>where T: Copy,
impl<T> Eq for Var<T>where T: Eq,
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