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