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
Auto 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more