pub struct FoundRef {
pub path: String,
pub form: InfraForm,
pub physical: PhysicalRef,
}Expand description
One infrastructure reference found in a document, at a concrete (indexed) path.
Fields§
§path: StringConcrete path, e.g. skills[2].uri.
form: InfraForm§physical: PhysicalRefTrait Implementations§
impl StructuralPartialEq for FoundRef
Auto Trait Implementations§
impl Freeze for FoundRef
impl RefUnwindSafe for FoundRef
impl Send for FoundRef
impl Sync for FoundRef
impl Unpin for FoundRef
impl UnsafeUnpin for FoundRef
impl UnwindSafe for FoundRef
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