pub struct IrRegionEffect {
pub binding: String,
pub scope: Option<(String, String)>,
}Expand description
DR-0043 Decision 5: one effect the region contains, with the level-1
after scope the kernel keys its effect id under.
Fields§
§binding: String§scope: Option<(String, String)>Trait Implementations§
Source§impl Clone for IrRegionEffect
impl Clone for IrRegionEffect
Source§fn clone(&self) -> IrRegionEffect
fn clone(&self) -> IrRegionEffect
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 IrRegionEffect
impl Debug for IrRegionEffect
impl Eq for IrRegionEffect
Source§impl PartialEq for IrRegionEffect
impl PartialEq for IrRegionEffect
impl StructuralPartialEq for IrRegionEffect
Auto Trait Implementations§
impl Freeze for IrRegionEffect
impl RefUnwindSafe for IrRegionEffect
impl Send for IrRegionEffect
impl Sync for IrRegionEffect
impl Unpin for IrRegionEffect
impl UnsafeUnpin for IrRegionEffect
impl UnwindSafe for IrRegionEffect
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