pub struct Dynamic {
pub in_def: Arc<str>,
pub span: Span,
pub because: Because,
}Expand description
One class= the analysis could not work out, and why.
Fields§
§in_def: Arc<str>The definition the site is in, so a reader can find it without a span map.
span: Span§because: BecauseTrait Implementations§
impl Eq for Dynamic
impl StructuralPartialEq for Dynamic
Auto Trait Implementations§
impl Freeze for Dynamic
impl RefUnwindSafe for Dynamic
impl Send for Dynamic
impl Sync for Dynamic
impl Unpin for Dynamic
impl UnwindSafe for Dynamic
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