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