pub enum RecipientType {
Other,
Ours,
Public,
Same,
Unrelated,
}
Expand description
Type corresponding to possible
Variants§
Other
Data for the
Ours
Data for the
Public
Data for the
Same
Data for the
Data for the
Trait Implementations§
Source§impl Debug for RecipientType
impl Debug for RecipientType
Source§impl<'de> Deserialize<'de> for RecipientType
impl<'de> Deserialize<'de> for RecipientType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RecipientType
impl PartialEq for RecipientType
impl Eq for RecipientType
impl StructuralPartialEq for RecipientType
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