pub struct IrConstructUse {
pub keyword: String,
pub scope: String,
pub construct_family: String,
pub lowering_target: String,
pub target_capability: String,
}Fields§
§keyword: String§scope: String§construct_family: String§lowering_target: String§target_capability: StringTrait Implementations§
Source§impl Clone for IrConstructUse
impl Clone for IrConstructUse
Source§fn clone(&self) -> IrConstructUse
fn clone(&self) -> IrConstructUse
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 moreSource§impl Debug for IrConstructUse
impl Debug for IrConstructUse
impl Eq for IrConstructUse
Source§impl PartialEq for IrConstructUse
impl PartialEq for IrConstructUse
impl StructuralPartialEq for IrConstructUse
Auto Trait Implementations§
impl Freeze for IrConstructUse
impl RefUnwindSafe for IrConstructUse
impl Send for IrConstructUse
impl Sync for IrConstructUse
impl Unpin for IrConstructUse
impl UnsafeUnpin for IrConstructUse
impl UnwindSafe for IrConstructUse
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