pub struct Shebang<'line> {
pub interpreter: &'line str,
pub argument: Option<&'line str>,
}
Fieldsยง
ยงinterpreter: &'line str
ยงargument: Option<&'line str>
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl<'line> Freeze for Shebang<'line>
impl<'line> RefUnwindSafe for Shebang<'line>
impl<'line> Send for Shebang<'line>
impl<'line> Sync for Shebang<'line>
impl<'line> Unpin for Shebang<'line>
impl<'line> UnwindSafe for Shebang<'line>
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