pub struct PropertyPath {
pub verb: Path,
pub object: ObjectList,
}Fields§
§verb: Path§object: ObjectListImplementations§
Source§impl PropertyPath
impl PropertyPath
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertyPath
impl !RefUnwindSafe for PropertyPath
impl !Send for PropertyPath
impl !Sync for PropertyPath
impl Unpin for PropertyPath
impl !UnwindSafe for PropertyPath
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