pub struct QuantifiedVariable { /* private fields */ }
Expand description
Corresponds to the grammar rule quantified_variable
.
A QuantifiedVariable
is a variable and source pair.
Implementations§
Trait Implementations§
Source§impl Clone for QuantifiedVariable
impl Clone for QuantifiedVariable
Source§fn clone(&self) -> QuantifiedVariable
fn clone(&self) -> QuantifiedVariable
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 QuantifiedVariable
impl Debug for QuantifiedVariable
Source§impl<'de> Deserialize<'de> for QuantifiedVariable
impl<'de> Deserialize<'de> for QuantifiedVariable
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl HasSourceSpan for QuantifiedVariable
impl HasSourceSpan for QuantifiedVariable
fn with_source_span(self, span: Span) -> Self
fn source_span(&self) -> Option<&Span>
fn set_source_span(&mut self, span: Span)
fn unset_source_span(&mut self)
fn has_source_span(&self) -> bool
Auto Trait Implementations§
impl Freeze for QuantifiedVariable
impl RefUnwindSafe for QuantifiedVariable
impl Send for QuantifiedVariable
impl Sync for QuantifiedVariable
impl Unpin for QuantifiedVariable
impl UnwindSafe for QuantifiedVariable
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