pub struct NamedSubst { /* private fields */ }Expand description
A named substitution map: maps Name → Expr.
Implementations§
Source§impl NamedSubst
impl NamedSubst
Trait Implementations§
Source§impl Clone for NamedSubst
impl Clone for NamedSubst
Source§fn clone(&self) -> NamedSubst
fn clone(&self) -> NamedSubst
Returns a duplicate 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 moreSource§impl Debug for NamedSubst
impl Debug for NamedSubst
Source§impl Default for NamedSubst
impl Default for NamedSubst
Source§fn default() -> NamedSubst
fn default() -> NamedSubst
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NamedSubst
impl RefUnwindSafe for NamedSubst
impl Send for NamedSubst
impl Sync for NamedSubst
impl Unpin for NamedSubst
impl UnsafeUnpin for NamedSubst
impl UnwindSafe for NamedSubst
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