#[non_exhaustive]pub struct RoutingProfileQueueReference { /* private fields */ }Expand description
Contains the channel and queue identifier for a routing profile.
Implementations§
source§impl RoutingProfileQueueReference
 
impl RoutingProfileQueueReference
sourcepub fn builder() -> RoutingProfileQueueReferenceBuilder
 
pub fn builder() -> RoutingProfileQueueReferenceBuilder
Creates a new builder-style object to manufacture RoutingProfileQueueReference.
Trait Implementations§
source§impl Clone for RoutingProfileQueueReference
 
impl Clone for RoutingProfileQueueReference
source§fn clone(&self) -> RoutingProfileQueueReference
 
fn clone(&self) -> RoutingProfileQueueReference
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 RoutingProfileQueueReference
 
impl Debug for RoutingProfileQueueReference
source§impl PartialEq<RoutingProfileQueueReference> for RoutingProfileQueueReference
 
impl PartialEq<RoutingProfileQueueReference> for RoutingProfileQueueReference
source§fn eq(&self, other: &RoutingProfileQueueReference) -> bool
 
fn eq(&self, other: &RoutingProfileQueueReference) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RoutingProfileQueueReference
Auto Trait Implementations§
impl RefUnwindSafe for RoutingProfileQueueReference
impl Send for RoutingProfileQueueReference
impl Sync for RoutingProfileQueueReference
impl Unpin for RoutingProfileQueueReference
impl UnwindSafe for RoutingProfileQueueReference
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