pub struct RawWord {
pub parts: Vec<RawPart>,
}Expand description
A word before command substitutions and arithmetic have been parsed.
Fields§
§parts: Vec<RawPart>Parts in source order.
Implementations§
Trait Implementations§
impl Eq for RawWord
impl StructuralPartialEq for RawWord
Auto Trait Implementations§
impl Freeze for RawWord
impl RefUnwindSafe for RawWord
impl Send for RawWord
impl Sync for RawWord
impl Unpin for RawWord
impl UnsafeUnpin for RawWord
impl UnwindSafe for RawWord
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.