pub struct Word<U> {
pub value: U,
pub span: (usize, usize),
}
Fields§
§value: U
§span: (usize, usize)
Trait Implementations§
impl<U> StructuralPartialEq for Word<U>
Auto Trait Implementations§
impl<U> Freeze for Word<U>where
U: Freeze,
impl<U> RefUnwindSafe for Word<U>where
U: RefUnwindSafe,
impl<U> Send for Word<U>where
U: Send,
impl<U> Sync for Word<U>where
U: Sync,
impl<U> Unpin for Word<U>where
U: Unpin,
impl<U> UnwindSafe for Word<U>where
U: UnwindSafe,
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