pub enum Recipients {
LocalList(Vec<Recipient>),
ListName(String),
}Variants§
Trait Implementations§
Source§impl Debug for Recipients
impl Debug for Recipients
Source§impl Default for Recipients
impl Default for Recipients
Source§fn default() -> Recipients
fn default() -> Recipients
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Recipients
impl RefUnwindSafe for Recipients
impl Send for Recipients
impl Sync for Recipients
impl Unpin for Recipients
impl UnsafeUnpin for Recipients
impl UnwindSafe for Recipients
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