pub struct BlockedEntry {
pub entry: IndexEntry,
pub block_reason: String,
}Expand description
An entry that is blocked with its reason.
Fields§
§entry: IndexEntry§block_reason: StringTrait Implementations§
Source§impl Debug for BlockedEntry
impl Debug for BlockedEntry
Auto Trait Implementations§
impl Freeze for BlockedEntry
impl RefUnwindSafe for BlockedEntry
impl Send for BlockedEntry
impl Sync for BlockedEntry
impl Unpin for BlockedEntry
impl UnsafeUnpin for BlockedEntry
impl UnwindSafe for BlockedEntry
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