pub struct Include<'a> {
pub ws: Ws,
pub path: &'a str,
}
Fields§
§ws: Ws
§path: &'a str
Trait Implementations§
impl<'a> StructuralPartialEq for Include<'a>
Auto Trait Implementations§
impl<'a> Freeze for Include<'a>
impl<'a> RefUnwindSafe for Include<'a>
impl<'a> Send for Include<'a>
impl<'a> Sync for Include<'a>
impl<'a> Unpin for Include<'a>
impl<'a> UnwindSafe for Include<'a>
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