pub enum AttributeDeletionCriterion {
AllApertureAndObjectAttributes,
SingleObjectAttribute(String),
SingleApertureAttribute(String),
}Expand description
Gerber 2024.05 spec says:
“The TD command deletes ONE or ALL aperture or object attributes from the attributes dictionary.”
and:
“The
- Capitalization added for effect.
Variants§
Trait Implementations§
Source§impl Clone for AttributeDeletionCriterion
impl Clone for AttributeDeletionCriterion
Source§fn clone(&self) -> AttributeDeletionCriterion
fn clone(&self) -> AttributeDeletionCriterion
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttributeDeletionCriterion
impl Debug for AttributeDeletionCriterion
impl StructuralPartialEq for AttributeDeletionCriterion
Auto Trait Implementations§
impl Freeze for AttributeDeletionCriterion
impl RefUnwindSafe for AttributeDeletionCriterion
impl Send for AttributeDeletionCriterion
impl Sync for AttributeDeletionCriterion
impl Unpin for AttributeDeletionCriterion
impl UnwindSafe for AttributeDeletionCriterion
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)