pub struct OwnershipInput<'a> {
pub repo: &'a Path,
pub path: &'a Path,
pub history: &'a dyn HistoryStore,
pub memory_facts: &'a [MemorySearchResult],
pub components: Vec<PolicyComponentMatch>,
}Fields§
§repo: &'a Path§path: &'a Path§history: &'a dyn HistoryStore§memory_facts: &'a [MemorySearchResult]§components: Vec<PolicyComponentMatch>Auto Trait Implementations§
impl<'a> !RefUnwindSafe for OwnershipInput<'a>
impl<'a> !UnwindSafe for OwnershipInput<'a>
impl<'a> Freeze for OwnershipInput<'a>
impl<'a> Send for OwnershipInput<'a>
impl<'a> Sync for OwnershipInput<'a>
impl<'a> Unpin for OwnershipInput<'a>
impl<'a> UnsafeUnpin for OwnershipInput<'a>
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