Struct debris_mir::mir_nodes::VerifyPropertyExists
source · pub struct VerifyPropertyExists {
pub span: Span,
pub obj_id: MirObjectId,
pub ident: Ident,
}
Fields§
§span: Span
§obj_id: MirObjectId
§ident: Ident
Trait Implementations§
source§impl Debug for VerifyPropertyExists
impl Debug for VerifyPropertyExists
source§impl From<VerifyPropertyExists> for MirNode
impl From<VerifyPropertyExists> for MirNode
source§fn from(value: VerifyPropertyExists) -> Self
fn from(value: VerifyPropertyExists) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for VerifyPropertyExists
impl Send for VerifyPropertyExists
impl Sync for VerifyPropertyExists
impl Unpin for VerifyPropertyExists
impl UnwindSafe for VerifyPropertyExists
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