Enum ca_formats::apgcode::PatternType
source · pub enum PatternType {
StillLife,
Oscillator,
Spaceship,
}
Expand description
Type of a pattern.
Variants§
Trait Implementations§
source§impl Clone for PatternType
impl Clone for PatternType
source§fn clone(&self) -> PatternType
fn clone(&self) -> PatternType
Returns a copy 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 PatternType
impl Debug for PatternType
source§impl Hash for PatternType
impl Hash for PatternType
source§impl PartialEq for PatternType
impl PartialEq for PatternType
source§fn eq(&self, other: &PatternType) -> bool
fn eq(&self, other: &PatternType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PatternType
impl Eq for PatternType
impl StructuralEq for PatternType
impl StructuralPartialEq for PatternType
Auto Trait Implementations§
impl RefUnwindSafe for PatternType
impl Send for PatternType
impl Sync for PatternType
impl Unpin for PatternType
impl UnwindSafe for PatternType
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