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