pub struct ConstGatherer<'a> {
pub fn_def: &'a FnDef,
}
Fields§
§fn_def: &'a FnDef
Implementations§
source§impl<'a> ConstGatherer<'a>
impl<'a> ConstGatherer<'a>
pub fn const_gather_expr(&self, expr: &Expr)
Trait Implementations§
source§impl<'a> Clone for ConstGatherer<'a>
impl<'a> Clone for ConstGatherer<'a>
source§fn clone(&self) -> ConstGatherer<'a>
fn clone(&self) -> ConstGatherer<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a> !RefUnwindSafe for ConstGatherer<'a>
impl<'a> !Send for ConstGatherer<'a>
impl<'a> !Sync for ConstGatherer<'a>
impl<'a> Unpin for ConstGatherer<'a>
impl<'a> !UnwindSafe for ConstGatherer<'a>
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