pub struct RecipientEntry {
pub pubkey: String,
pub display_name: Option<String>,
pub is_self: bool,
}Expand description
A single recipient entry with resolved display info.
Fields§
§pubkey: String§display_name: Option<String>§is_self: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for RecipientEntry
impl RefUnwindSafe for RecipientEntry
impl Send for RecipientEntry
impl Sync for RecipientEntry
impl Unpin for RecipientEntry
impl UnsafeUnpin for RecipientEntry
impl UnwindSafe for RecipientEntry
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