pub struct VariableCell<'a> { /* private fields */ }
Expand description
Witness cell assigned from a variable See Variables for more details
Implementations§
Source§impl<'a> VariableCell<'a>
impl<'a> VariableCell<'a>
Sourcepub fn create(name: &'a str) -> Box<VariableCell<'a>>
pub fn create(name: &'a str) -> Box<VariableCell<'a>>
Create witness cell assigned from a variable name
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for VariableCell<'a>
impl<'a> RefUnwindSafe for VariableCell<'a>
impl<'a> Send for VariableCell<'a>
impl<'a> Sync for VariableCell<'a>
impl<'a> Unpin for VariableCell<'a>
impl<'a> UnwindSafe for VariableCell<'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