Enum jlabel_question::position::PhonePosition
source · pub enum PhonePosition {
P1,
P2,
P3,
P4,
P5,
}
Expand description
Positions of phone fields
Variants§
Trait Implementations§
source§impl Clone for PhonePosition
impl Clone for PhonePosition
source§fn clone(&self) -> PhonePosition
fn clone(&self) -> PhonePosition
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 PhonePosition
impl Debug for PhonePosition
source§impl PartialEq for PhonePosition
impl PartialEq for PhonePosition
source§fn eq(&self, other: &PhonePosition) -> bool
fn eq(&self, other: &PhonePosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Position for PhonePosition
impl Position for PhonePosition
impl Copy for PhonePosition
impl Eq for PhonePosition
impl StructuralEq for PhonePosition
impl StructuralPartialEq for PhonePosition
Auto Trait Implementations§
impl RefUnwindSafe for PhonePosition
impl Send for PhonePosition
impl Sync for PhonePosition
impl Unpin for PhonePosition
impl UnwindSafe for PhonePosition
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