pub struct BlockCompCfg {
pub span: Span,
pub spec: Spanned<BlockCompSpec>,
pub bind: BindingInd,
pub decls: Vec<DeclItem>,
}
Fields§
§span: Span
§spec: Spanned<BlockCompSpec>
§bind: BindingInd
§decls: Vec<DeclItem>
Trait Implementations§
Source§impl Clone for BlockCompCfg
impl Clone for BlockCompCfg
Source§fn clone(&self) -> BlockCompCfg
fn clone(&self) -> BlockCompCfg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BlockCompCfg
impl Debug for BlockCompCfg
Source§impl PartialEq for BlockCompCfg
impl PartialEq for BlockCompCfg
impl Eq for BlockCompCfg
impl StructuralPartialEq for BlockCompCfg
Auto Trait Implementations§
impl Freeze for BlockCompCfg
impl RefUnwindSafe for BlockCompCfg
impl Send for BlockCompCfg
impl Sync for BlockCompCfg
impl Unpin for BlockCompCfg
impl UnwindSafe for BlockCompCfg
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