pub enum DispatchedPath {
Abs(OwnedPath<Abs>),
Rel(OwnedPath<Rel>),
}
Available on
Linux
only.Expand description
An OwnedPath with a statically dispatched state. TODO
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DispatchedPath
impl RefUnwindSafe for DispatchedPath
impl Send for DispatchedPath
impl Sync for DispatchedPath
impl Unpin for DispatchedPath
impl UnwindSafe for DispatchedPath
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