pub struct AssemblySet { /* private fields */ }Expand description
Defines an assembly set.
Implementations§
Source§impl AssemblySet
impl AssemblySet
Sourcepub fn new() -> NewAssemblySet
pub fn new() -> NewAssemblySet
Create a new assembly set within Event computation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssemblySet
impl !RefUnwindSafe for AssemblySet
impl !Send for AssemblySet
impl !Sync for AssemblySet
impl Unpin for AssemblySet
impl !UnwindSafe for AssemblySet
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