pub struct WhisperContact {
pub instance_id: Uuid,
pub peer_label: String,
pub peer_character_id: Option<Uuid>,
pub pair_id: Option<String>,
pub blank: bool,
}Fields§
§instance_id: Uuid§peer_label: String§peer_character_id: Option<Uuid>§pair_id: Option<String>§blank: boolTrait Implementations§
Source§impl Clone for WhisperContact
impl Clone for WhisperContact
Source§fn clone(&self) -> WhisperContact
fn clone(&self) -> WhisperContact
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WhisperContact
impl RefUnwindSafe for WhisperContact
impl Send for WhisperContact
impl Sync for WhisperContact
impl Unpin for WhisperContact
impl UnsafeUnpin for WhisperContact
impl UnwindSafe for WhisperContact
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