pub struct PragmaDirective {
pub tokens: Vec<String>,
}
Fields§
§tokens: Vec<String>
Trait Implementations§
Source§impl Clone for PragmaDirective
impl Clone for PragmaDirective
Source§fn clone(&self) -> PragmaDirective
fn clone(&self) -> PragmaDirective
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PragmaDirective
impl Debug for PragmaDirective
Source§impl PartialEq for PragmaDirective
impl PartialEq for PragmaDirective
impl StructuralPartialEq for PragmaDirective
Auto Trait Implementations§
impl Freeze for PragmaDirective
impl RefUnwindSafe for PragmaDirective
impl Send for PragmaDirective
impl Sync for PragmaDirective
impl Unpin for PragmaDirective
impl UnwindSafe for PragmaDirective
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