pub struct General<'s> {
pub cmd: GeneralCmd,
pub tokens: Vec<Token<'s>>,
}Fields§
§cmd: GeneralCmd§tokens: Vec<Token<'s>>Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for General<'s>
impl<'s> RefUnwindSafe for General<'s>
impl<'s> Send for General<'s>
impl<'s> Sync for General<'s>
impl<'s> Unpin for General<'s>
impl<'s> UnwindSafe for General<'s>
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