pub enum RecipientType {
Contact,
Chatbot,
Group,
ResourceList,
}
Variants§
Trait Implementations§
Source§impl From<&RecipientType> for RecipientType
impl From<&RecipientType> for RecipientType
Source§fn from(recipient_type: &RecipientType) -> RecipientType
fn from(recipient_type: &RecipientType) -> RecipientType
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RecipientType
impl RefUnwindSafe for RecipientType
impl Send for RecipientType
impl Sync for RecipientType
impl Unpin for RecipientType
impl UnwindSafe for RecipientType
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