pub struct Enable {
pub group: RRC<Group>,
pub attributes: Attributes,
}
Expand description
Data for the enable
control statement.
Fields
group: RRC<Group>
List of components to run.
attributes: Attributes
Attributes attached to this control statement.
Trait Implementations
sourceimpl GetAttributes for Enable
impl GetAttributes for Enable
sourcefn get_attributes(&self) -> &Attributes
fn get_attributes(&self) -> &Attributes
Returns an
Attributes
instancesourcefn get_mut_attributes(&mut self) -> &mut Attributes
fn get_mut_attributes(&mut self) -> &mut Attributes
Returns a mutable
Attributes
instanceAuto Trait Implementations
impl !RefUnwindSafe for Enable
impl !Send for Enable
impl !Sync for Enable
impl Unpin for Enable
impl !UnwindSafe for Enable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more