pub enum AddressPart {
LocalPart,
Domain,
All,
User,
Detail,
Name,
}
Variants§
Trait Implementations§
Source§impl Clone for AddressPart
impl Clone for AddressPart
Source§fn clone(&self) -> AddressPart
fn clone(&self) -> AddressPart
Returns a duplicate 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 AddressPart
impl Debug for AddressPart
Source§impl PartialEq for AddressPart
impl PartialEq for AddressPart
Source§impl TryFrom<&str> for AddressPart
impl TryFrom<&str> for AddressPart
impl Copy for AddressPart
impl Eq for AddressPart
impl StructuralPartialEq for AddressPart
Auto Trait Implementations§
impl Freeze for AddressPart
impl RefUnwindSafe for AddressPart
impl Send for AddressPart
impl Sync for AddressPart
impl Unpin for AddressPart
impl UnwindSafe for AddressPart
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