pub enum IncomingPresentation {
RingIn,
CallWaiting,
}Variants§
Trait Implementations§
Source§impl Clone for IncomingPresentation
impl Clone for IncomingPresentation
Source§fn clone(&self) -> IncomingPresentation
fn clone(&self) -> IncomingPresentation
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 IncomingPresentation
Source§impl Debug for IncomingPresentation
impl Debug for IncomingPresentation
Source§impl Default for IncomingPresentation
impl Default for IncomingPresentation
Source§fn default() -> IncomingPresentation
fn default() -> IncomingPresentation
Returns the “default value” for a type. Read more
impl Eq for IncomingPresentation
Source§impl PartialEq for IncomingPresentation
impl PartialEq for IncomingPresentation
impl StructuralPartialEq for IncomingPresentation
Auto Trait Implementations§
impl Freeze for IncomingPresentation
impl RefUnwindSafe for IncomingPresentation
impl Send for IncomingPresentation
impl Sync for IncomingPresentation
impl Unpin for IncomingPresentation
impl UnsafeUnpin for IncomingPresentation
impl UnwindSafe for IncomingPresentation
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