Enum geo_aid::generator::AdjustableTemplate
source · pub enum AdjustableTemplate {
Point,
Real,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for AdjustableTemplate
impl Clone for AdjustableTemplate
source§fn clone(&self) -> AdjustableTemplate
fn clone(&self) -> AdjustableTemplate
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 AdjustableTemplate
impl Debug for AdjustableTemplate
source§impl PartialEq<AdjustableTemplate> for AdjustableTemplate
impl PartialEq<AdjustableTemplate> for AdjustableTemplate
source§fn eq(&self, other: &AdjustableTemplate) -> bool
fn eq(&self, other: &AdjustableTemplate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AdjustableTemplate
impl Eq for AdjustableTemplate
impl StructuralEq for AdjustableTemplate
impl StructuralPartialEq for AdjustableTemplate
Auto Trait Implementations§
impl RefUnwindSafe for AdjustableTemplate
impl Send for AdjustableTemplate
impl Sync for AdjustableTemplate
impl Unpin for AdjustableTemplate
impl UnwindSafe for AdjustableTemplate
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