Struct atrium_api::app::bsky::embed::record::ViewBlocked
source · pub struct ViewBlocked {
pub author: BlockedAuthor,
pub blocked: bool,
pub uri: String,
}Fields§
§blocked: bool§uri: StringTrait Implementations§
source§impl Clone for ViewBlocked
impl Clone for ViewBlocked
source§fn clone(&self) -> ViewBlocked
fn clone(&self) -> ViewBlocked
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 ViewBlocked
impl Debug for ViewBlocked
source§impl<'de> Deserialize<'de> for ViewBlocked
impl<'de> Deserialize<'de> for ViewBlocked
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 ViewBlocked
impl PartialEq for ViewBlocked
source§fn eq(&self, other: &ViewBlocked) -> bool
fn eq(&self, other: &ViewBlocked) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ViewBlocked
impl Serialize for ViewBlocked
impl Eq for ViewBlocked
impl StructuralPartialEq for ViewBlocked
Auto Trait Implementations§
impl RefUnwindSafe for ViewBlocked
impl Send for ViewBlocked
impl Sync for ViewBlocked
impl Unpin for ViewBlocked
impl UnwindSafe for ViewBlocked
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