pub struct JoinedMemberProfile {
pub display_name: Option<String>,
pub avatar_url: Option<String>,
}Fields§
§display_name: Option<String>§avatar_url: Option<String>Trait Implementations§
Source§impl Clone for JoinedMemberProfile
impl Clone for JoinedMemberProfile
Source§fn clone(&self) -> JoinedMemberProfile
fn clone(&self) -> JoinedMemberProfile
Returns a duplicate of the value. Read more
1.0.0 · 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 JoinedMemberProfile
impl Debug for JoinedMemberProfile
Source§impl Default for JoinedMemberProfile
impl Default for JoinedMemberProfile
Source§fn default() -> JoinedMemberProfile
fn default() -> JoinedMemberProfile
Returns the “default value” for a type. Read more
Source§impl PartialEq for JoinedMemberProfile
impl PartialEq for JoinedMemberProfile
impl Eq for JoinedMemberProfile
impl StructuralPartialEq for JoinedMemberProfile
Auto Trait Implementations§
impl Freeze for JoinedMemberProfile
impl RefUnwindSafe for JoinedMemberProfile
impl Send for JoinedMemberProfile
impl Sync for JoinedMemberProfile
impl Unpin for JoinedMemberProfile
impl UnsafeUnpin for JoinedMemberProfile
impl UnwindSafe for JoinedMemberProfile
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
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.