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