pub enum BundleElement {
Structural(OCABundle),
Transformation(Transformation),
}
Variants§
Structural(OCABundle)
Transformation(Transformation)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BundleElement
impl !RefUnwindSafe for BundleElement
impl Send for BundleElement
impl Sync for BundleElement
impl Unpin for BundleElement
impl !UnwindSafe for BundleElement
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