pub struct SymbolicVariable {
pub name: Id,
}Fields§
§name: IdTrait Implementations§
Source§impl Clone for SymbolicVariable
impl Clone for SymbolicVariable
Source§fn clone(&self) -> SymbolicVariable
fn clone(&self) -> SymbolicVariable
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 SymbolicVariable
impl Debug for SymbolicVariable
Source§impl PartialEq for SymbolicVariable
impl PartialEq for SymbolicVariable
impl StructuralPartialEq for SymbolicVariable
Auto Trait Implementations§
impl Freeze for SymbolicVariable
impl RefUnwindSafe for SymbolicVariable
impl Send for SymbolicVariable
impl Sync for SymbolicVariable
impl Unpin for SymbolicVariable
impl UnwindSafe for SymbolicVariable
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