Struct aws_sdk_connect::types::Reference  
source · #[non_exhaustive]pub struct Reference { /* private fields */ }Expand description
Well-formed data on a contact, used by agents to complete a contact request. You can have up to 4,096 UTF-8 bytes across all references for a contact.
Implementations§
source§impl Reference
 
impl Reference
sourcepub fn value(&self) -> Option<&str>
 
pub fn value(&self) -> Option<&str>
A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
sourcepub fn type(&self) -> Option<&ReferenceType>
 
pub fn type(&self) -> Option<&ReferenceType>
The type of the reference. DATE must be of type Epoch timestamp. 
Trait Implementations§
source§impl PartialEq<Reference> for Reference
 
impl PartialEq<Reference> for Reference
impl StructuralPartialEq for Reference
Auto Trait Implementations§
impl RefUnwindSafe for Reference
impl Send for Reference
impl Sync for Reference
impl Unpin for Reference
impl UnwindSafe for Reference
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