pub struct DepEntry {
pub id: String,
pub title: String,
pub found: bool,
}Expand description
A dependency relationship for display.
Fields§
§id: String§title: String§found: boolAuto Trait Implementations§
impl Freeze for DepEntry
impl RefUnwindSafe for DepEntry
impl Send for DepEntry
impl Sync for DepEntry
impl Unpin for DepEntry
impl UnsafeUnpin for DepEntry
impl UnwindSafe for DepEntry
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