pub struct File<'s> {
pub extentions: Vec<WsLead<'s, Attribute<'s>>>,
pub value: WsLead<'s, Value<'s>>,
pub trailing_ws: Whitespace<'s>,
}
Fields§
§extentions: Vec<WsLead<'s, Attribute<'s>>>
§value: WsLead<'s, Value<'s>>
§trailing_ws: Whitespace<'s>
Trait Implementations§
impl<'s> StructuralPartialEq for File<'s>
Auto Trait Implementations§
impl<'s> Freeze for File<'s>
impl<'s> RefUnwindSafe for File<'s>
impl<'s> Send for File<'s>
impl<'s> Sync for File<'s>
impl<'s> Unpin for File<'s>
impl<'s> UnwindSafe for File<'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