pub struct Variable(/* private fields */);Expand description
A value from the set $\small \mathcal{V}$.
A variable must start with a Unicode upper case letter, followed by any Unicode cased letter or
Unicode decimal digit, or the '_' underscore character.
Implementations§
Trait Implementations§
Source§impl AttributeName for Variable
impl AttributeName for Variable
Source§impl Ord for Variable
impl Ord for Variable
Source§impl PartialOrd for Variable
impl PartialOrd for Variable
impl Eq for Variable
impl StructuralPartialEq for Variable
Auto Trait Implementations§
impl Freeze for Variable
impl RefUnwindSafe for Variable
impl Send for Variable
impl Sync for Variable
impl Unpin for Variable
impl UnwindSafe for Variable
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