pub enum PathSpec<'m> {
Path(ObjectPath<'m>),
PathNamespace(ObjectPath<'m>),
}
Expand description
The path or path namespace.
Variants§
Path(ObjectPath<'m>)
PathNamespace(ObjectPath<'m>)
Implementations§
Trait Implementations§
impl<'m> Eq for PathSpec<'m>
impl<'m> StructuralPartialEq for PathSpec<'m>
Auto Trait Implementations§
impl<'m> Freeze for PathSpec<'m>
impl<'m> RefUnwindSafe for PathSpec<'m>
impl<'m> Send for PathSpec<'m>
impl<'m> Sync for PathSpec<'m>
impl<'m> Unpin for PathSpec<'m>
impl<'m> UnwindSafe for PathSpec<'m>
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