pub struct CfgSpec {
pub span: Span,
pub spec: Spanned<BlockCompSpec>,
pub bind: BindingInd,
pub vunits: Vec<()>,
}
Fields§
§span: Span
§spec: Spanned<BlockCompSpec>
§bind: BindingInd
§vunits: Vec<()>
Trait Implementations§
impl Eq for CfgSpec
impl StructuralPartialEq for CfgSpec
Auto Trait Implementations§
impl Freeze for CfgSpec
impl RefUnwindSafe for CfgSpec
impl Send for CfgSpec
impl Sync for CfgSpec
impl Unpin for CfgSpec
impl UnwindSafe for CfgSpec
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