pub struct PathTarget { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathTarget
impl RefUnwindSafe for PathTarget
impl Send for PathTarget
impl Sync for PathTarget
impl Unpin for PathTarget
impl UnwindSafe for PathTarget
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