Struct atrium_api::app::bsky::graph::defs::NotFoundActor
source · pub struct NotFoundActor {
pub actor: AtIdentifier,
pub not_found: bool,
}Available on crate feature
namespace-appbsky only.Expand description
indicates that a handle or DID could not be resolved
Fields§
§actor: AtIdentifier§not_found: boolTrait Implementations§
source§impl Clone for NotFoundActor
impl Clone for NotFoundActor
source§fn clone(&self) -> NotFoundActor
fn clone(&self) -> NotFoundActor
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 NotFoundActor
impl Debug for NotFoundActor
source§impl<'de> Deserialize<'de> for NotFoundActor
impl<'de> Deserialize<'de> for NotFoundActor
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 NotFoundActor
impl PartialEq for NotFoundActor
source§fn eq(&self, other: &NotFoundActor) -> bool
fn eq(&self, other: &NotFoundActor) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for NotFoundActor
impl Serialize for NotFoundActor
impl Eq for NotFoundActor
impl StructuralPartialEq for NotFoundActor
Auto Trait Implementations§
impl Freeze for NotFoundActor
impl RefUnwindSafe for NotFoundActor
impl Send for NotFoundActor
impl Sync for NotFoundActor
impl Unpin for NotFoundActor
impl UnwindSafe for NotFoundActor
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<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.