pub struct ValueLabelStart {
pub from: RelSourceLoc,
pub label: ValueLabel,
}
Expand description
A label of a Value.
Fields§
§from: RelSourceLoc
Source location when it is in effect
label: ValueLabel
The label index.
Trait Implementations§
Source§impl Clone for ValueLabelStart
impl Clone for ValueLabelStart
Source§fn clone(&self) -> ValueLabelStart
fn clone(&self) -> ValueLabelStart
Returns a copy 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 ValueLabelStart
impl Debug for ValueLabelStart
Source§impl Hash for ValueLabelStart
impl Hash for ValueLabelStart
Source§impl PartialEq for ValueLabelStart
impl PartialEq for ValueLabelStart
impl StructuralPartialEq for ValueLabelStart
Auto Trait Implementations§
impl Freeze for ValueLabelStart
impl RefUnwindSafe for ValueLabelStart
impl Send for ValueLabelStart
impl Sync for ValueLabelStart
impl Unpin for ValueLabelStart
impl UnwindSafe for ValueLabelStart
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