pub struct EnumeratedSpecificationValues {
pub ids: Vec<Id>,
pub position: SourceLoc,
}Fields§
§ids: Vec<Id>§position: SourceLocTrait Implementations§
Source§impl PartialEq for EnumeratedSpecificationValues
impl PartialEq for EnumeratedSpecificationValues
Source§fn eq(&self, other: &EnumeratedSpecificationValues) -> bool
fn eq(&self, other: &EnumeratedSpecificationValues) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnumeratedSpecificationValues
Auto Trait Implementations§
impl Freeze for EnumeratedSpecificationValues
impl RefUnwindSafe for EnumeratedSpecificationValues
impl Send for EnumeratedSpecificationValues
impl Sync for EnumeratedSpecificationValues
impl Unpin for EnumeratedSpecificationValues
impl UnwindSafe for EnumeratedSpecificationValues
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