pub struct RelatedFile {
pub path: String,
pub relationship: Relationship,
pub token_count: usize,
}Fields§
§path: String§relationship: Relationship§token_count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for RelatedFile
impl RefUnwindSafe for RelatedFile
impl Send for RelatedFile
impl Sync for RelatedFile
impl Unpin for RelatedFile
impl UnsafeUnpin for RelatedFile
impl UnwindSafe for RelatedFile
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