pub struct Exposure {
pub path: Vec<u8>,
pub sightings: Vec<Sighting>,
}Expand description
One declared path that reachable history holds in the clear.
Fields§
§path: Vec<u8>Repository-relative path, exactly as the tree spells it.
sightings: Vec<Sighting>Distinct plaintext blobs stored under it, with a commit holding each.
Trait Implementations§
impl Eq for Exposure
impl StructuralPartialEq for Exposure
Auto Trait Implementations§
impl Freeze for Exposure
impl RefUnwindSafe for Exposure
impl Send for Exposure
impl Sync for Exposure
impl Unpin for Exposure
impl UnsafeUnpin for Exposure
impl UnwindSafe for Exposure
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