pub struct NoPath;
Expand description
Path of the empty state type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoPath
impl RefUnwindSafe for NoPath
impl Send for NoPath
impl Sync for NoPath
impl Unpin for NoPath
impl UnwindSafe for NoPath
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