pub struct VarNames<'a> { /* private fields */ }
Expand description
This index subcomponent supplies variable names for terms and theorems.
Trait Implementations§
Source§impl<'a> HasVarNames<'a> for VarNames<'a>
impl<'a> HasVarNames<'a> for VarNames<'a>
Source§fn get_var_names(&self) -> Option<&VarNames<'a>>
fn get_var_names(&self) -> Option<&VarNames<'a>>
Get shared access to the subcomponent.
Source§fn get_var_names_mut(&mut self) -> Option<&mut VarNames<'a>>
fn get_var_names_mut(&mut self) -> Option<&mut VarNames<'a>>
Get mutable access to the subcomponent.
Auto Trait Implementations§
impl<'a> Freeze for VarNames<'a>
impl<'a> RefUnwindSafe for VarNames<'a>
impl<'a> Send for VarNames<'a>
impl<'a> Sync for VarNames<'a>
impl<'a> Unpin for VarNames<'a>
impl<'a> UnwindSafe for VarNames<'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