pub enum BlockCompSpec {
CompOthers(CompoundName),
CompAll(CompoundName),
CompNames(Vec<Ident>, CompoundName),
Block(CompoundName),
}
Variants§
CompOthers(CompoundName)
CompAll(CompoundName)
CompNames(Vec<Ident>, CompoundName)
Block(CompoundName)
Trait Implementations§
Source§impl Clone for BlockCompSpec
impl Clone for BlockCompSpec
Source§fn clone(&self) -> BlockCompSpec
fn clone(&self) -> BlockCompSpec
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 BlockCompSpec
impl Debug for BlockCompSpec
Source§impl PartialEq for BlockCompSpec
impl PartialEq for BlockCompSpec
impl Eq for BlockCompSpec
impl StructuralPartialEq for BlockCompSpec
Auto Trait Implementations§
impl Freeze for BlockCompSpec
impl RefUnwindSafe for BlockCompSpec
impl Send for BlockCompSpec
impl Sync for BlockCompSpec
impl Unpin for BlockCompSpec
impl UnwindSafe for BlockCompSpec
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