pub enum CallSelectionOrder {
OldestFirst,
LastFirst,
}Expand description
Ordering used when a station asks to answer without identifying a call.
Variants§
Trait Implementations§
Source§impl Clone for CallSelectionOrder
impl Clone for CallSelectionOrder
Source§fn clone(&self) -> CallSelectionOrder
fn clone(&self) -> CallSelectionOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CallSelectionOrder
Source§impl Debug for CallSelectionOrder
impl Debug for CallSelectionOrder
Source§impl Default for CallSelectionOrder
impl Default for CallSelectionOrder
Source§fn default() -> CallSelectionOrder
fn default() -> CallSelectionOrder
Returns the “default value” for a type. Read more
impl Eq for CallSelectionOrder
Source§impl PartialEq for CallSelectionOrder
impl PartialEq for CallSelectionOrder
impl StructuralPartialEq for CallSelectionOrder
Auto Trait Implementations§
impl Freeze for CallSelectionOrder
impl RefUnwindSafe for CallSelectionOrder
impl Send for CallSelectionOrder
impl Sync for CallSelectionOrder
impl Unpin for CallSelectionOrder
impl UnsafeUnpin for CallSelectionOrder
impl UnwindSafe for CallSelectionOrder
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