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