Enum ofdb_entities::event::RegistrationType
source · [−]pub enum RegistrationType {
Email,
Phone,
Homepage,
}Variants
Email
Phone
Homepage
Trait Implementations
sourceimpl Clone for RegistrationType
impl Clone for RegistrationType
sourcefn clone(&self) -> RegistrationType
fn clone(&self) -> RegistrationType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RegistrationType
impl Debug for RegistrationType
sourceimpl FromStr for RegistrationType
impl FromStr for RegistrationType
type Err = RegistrationTypeParseError
type Err = RegistrationTypeParseError
The associated error which can be returned from parsing.
sourceimpl PartialEq<RegistrationType> for RegistrationType
impl PartialEq<RegistrationType> for RegistrationType
sourcefn eq(&self, other: &RegistrationType) -> bool
fn eq(&self, other: &RegistrationType) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for RegistrationType
impl Eq for RegistrationType
impl StructuralEq for RegistrationType
impl StructuralPartialEq for RegistrationType
Auto Trait Implementations
impl RefUnwindSafe for RegistrationType
impl Send for RegistrationType
impl Sync for RegistrationType
impl Unpin for RegistrationType
impl UnwindSafe for RegistrationType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more