pub enum CompSpec {
IfSpec(IfSpecData),
ForSpec(ForSpecData),
}
Variants§
IfSpec(IfSpecData)
ForSpec(ForSpecData)
Trait Implementations§
Source§impl Trace for CompSpec
impl Trace for CompSpec
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
impl StructuralPartialEq for CompSpec
Auto Trait Implementations§
impl Freeze for CompSpec
impl RefUnwindSafe for CompSpec
impl !Send for CompSpec
impl !Sync for CompSpec
impl Unpin for CompSpec
impl UnwindSafe for CompSpec
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