Struct atrium_api::app::bsky::actor::defs::ProfileViewBasic
source · pub struct ProfileViewBasic {
pub avatar: Option<String>,
pub did: Did,
pub display_name: Option<String>,
pub handle: Handle,
pub labels: Option<Vec<Label>>,
pub viewer: Option<ViewerState>,
}Fields§
§avatar: Option<String>§did: Did§display_name: Option<String>§handle: Handle§labels: Option<Vec<Label>>§viewer: Option<ViewerState>Trait Implementations§
source§impl Clone for ProfileViewBasic
impl Clone for ProfileViewBasic
source§fn clone(&self) -> ProfileViewBasic
fn clone(&self) -> ProfileViewBasic
Returns a copy 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 ProfileViewBasic
impl Debug for ProfileViewBasic
source§impl<'de> Deserialize<'de> for ProfileViewBasic
impl<'de> Deserialize<'de> for ProfileViewBasic
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 ProfileViewBasic
impl PartialEq for ProfileViewBasic
source§fn eq(&self, other: &ProfileViewBasic) -> bool
fn eq(&self, other: &ProfileViewBasic) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ProfileViewBasic
impl Serialize for ProfileViewBasic
impl Eq for ProfileViewBasic
impl StructuralPartialEq for ProfileViewBasic
Auto Trait Implementations§
impl RefUnwindSafe for ProfileViewBasic
impl Send for ProfileViewBasic
impl Sync for ProfileViewBasic
impl Unpin for ProfileViewBasic
impl UnwindSafe for ProfileViewBasic
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