Struct atrium_api::com::atproto::sync::subscribe_repos::Handle
source · pub struct Handle {
pub did: Did,
pub handle: Handle,
pub seq: i64,
pub time: Datetime,
}Expand description
Represents an update of the account’s handle, or transition to/from invalid state.
Fields§
§did: Did§handle: Handle§seq: i64§time: DatetimeTrait Implementations§
source§impl<'de> Deserialize<'de> for Handle
impl<'de> Deserialize<'de> for Handle
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 Handle
impl PartialEq for Handle
impl Eq for Handle
impl StructuralPartialEq for Handle
Auto Trait Implementations§
impl RefUnwindSafe for Handle
impl Send for Handle
impl Sync for Handle
impl Unpin for Handle
impl UnwindSafe for Handle
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