pub struct FileOverlap {
pub bean_id: String,
pub title: String,
pub shared_files: Vec<String>,
}Expand description
Describes a concurrent bean that overlaps on files.
Fields§
§bean_id: StringID of the overlapping bean.
title: StringTitle of the overlapping bean.
File paths shared between the two beans.
Auto Trait Implementations§
impl Freeze for FileOverlap
impl RefUnwindSafe for FileOverlap
impl Send for FileOverlap
impl Sync for FileOverlap
impl Unpin for FileOverlap
impl UnsafeUnpin for FileOverlap
impl UnwindSafe for FileOverlap
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