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