pub enum PredicatePath {
ChainedPath {
to_blank: IriBuf,
from_blank: IriBuf,
},
Predicate(IriBuf),
}
Variants§
Auto Trait Implementations§
impl Freeze for PredicatePath
impl RefUnwindSafe for PredicatePath
impl Send for PredicatePath
impl Sync for PredicatePath
impl Unpin for PredicatePath
impl UnwindSafe for PredicatePath
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