pub struct NormalizedFlag {
pub source_range: TextRange,
pub canonical_name: Option<Arc<str>>,
pub args: Vec<PositionalArg>,
pub range: TextRange,
}Fields§
§source_range: TextRange§canonical_name: Option<Arc<str>>§args: Vec<PositionalArg>§range: TextRangeTrait Implementations§
Source§impl Clone for NormalizedFlag
impl Clone for NormalizedFlag
Source§fn clone(&self) -> NormalizedFlag
fn clone(&self) -> NormalizedFlag
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 NormalizedFlag
impl Debug for NormalizedFlag
Source§impl PartialEq for NormalizedFlag
impl PartialEq for NormalizedFlag
impl Eq for NormalizedFlag
impl StructuralPartialEq for NormalizedFlag
Auto Trait Implementations§
impl Freeze for NormalizedFlag
impl RefUnwindSafe for NormalizedFlag
impl Send for NormalizedFlag
impl Sync for NormalizedFlag
impl Unpin for NormalizedFlag
impl UnsafeUnpin for NormalizedFlag
impl UnwindSafe for NormalizedFlag
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