pub struct LastWhisperPeer {
pub entity_id: EntityId,
pub label: String,
pub channel: ChatChannel,
}Expand description
Last private chat peer — used by /r and bare /whisper.
Fields§
§entity_id: EntityId§label: String§channel: ChatChannelWhisper (range) or WhisperStone (long-range).
Trait Implementations§
Source§impl Clone for LastWhisperPeer
impl Clone for LastWhisperPeer
Source§fn clone(&self) -> LastWhisperPeer
fn clone(&self) -> LastWhisperPeer
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 moreSource§impl Debug for LastWhisperPeer
impl Debug for LastWhisperPeer
impl Eq for LastWhisperPeer
Source§impl PartialEq for LastWhisperPeer
impl PartialEq for LastWhisperPeer
impl StructuralPartialEq for LastWhisperPeer
Auto Trait Implementations§
impl Freeze for LastWhisperPeer
impl RefUnwindSafe for LastWhisperPeer
impl Send for LastWhisperPeer
impl Sync for LastWhisperPeer
impl Unpin for LastWhisperPeer
impl UnsafeUnpin for LastWhisperPeer
impl UnwindSafe for LastWhisperPeer
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.