pub enum LandLineType {
Intercom,
Override,
Monitor,
}
Variants§
Trait Implementations§
Source§impl Clone for LandLineType
impl Clone for LandLineType
Source§fn clone(&self) -> LandLineType
fn clone(&self) -> LandLineType
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 LandLineType
impl Debug for LandLineType
Source§impl Ord for LandLineType
impl Ord for LandLineType
Source§fn cmp(&self, other: &LandLineType) -> Ordering
fn cmp(&self, other: &LandLineType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LandLineType
impl PartialEq for LandLineType
Source§impl PartialOrd for LandLineType
impl PartialOrd for LandLineType
impl Copy for LandLineType
impl Eq for LandLineType
impl StructuralPartialEq for LandLineType
Auto Trait Implementations§
impl Freeze for LandLineType
impl RefUnwindSafe for LandLineType
impl Send for LandLineType
impl Sync for LandLineType
impl Unpin for LandLineType
impl UnwindSafe for LandLineType
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