pub struct RelatedBody;Expand description
The whole refusal body one diagnostic’s related set commits to, as opposed to any single issue inside it.
A separate subject from RelatedIssue because one key space holding two LEVELS over one material collides by construction: a body’s preimage is the framing of its issues, so an issue whose own material happened to be that framing would derive the identity of the body it aliased.
Trait Implementations§
Source§impl Clone for RelatedBody
impl Clone for RelatedBody
Source§fn clone(&self) -> RelatedBody
fn clone(&self) -> RelatedBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RelatedBody
Source§impl Debug for RelatedBody
impl Debug for RelatedBody
impl Eq for RelatedBody
Source§impl Hash for RelatedBody
impl Hash for RelatedBody
Source§impl PartialEq for RelatedBody
impl PartialEq for RelatedBody
impl StructuralPartialEq for RelatedBody
Auto Trait Implementations§
impl Freeze for RelatedBody
impl RefUnwindSafe for RelatedBody
impl Send for RelatedBody
impl Sync for RelatedBody
impl Unpin for RelatedBody
impl UnsafeUnpin for RelatedBody
impl UnwindSafe for RelatedBody
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