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