Struct atrium_api::com::atproto::sync::subscribe_repos::Migrate
source · pub struct Migrate {
pub did: Did,
pub migrate_to: Option<String>,
pub seq: i64,
pub time: Datetime,
}Expand description
Represents an account moving from one PDS instance to another. NOTE: not implemented; account migration uses #identity instead
Fields§
§did: Did§migrate_to: Option<String>§seq: i64§time: DatetimeTrait Implementations§
source§impl<'de> Deserialize<'de> for Migrate
impl<'de> Deserialize<'de> for Migrate
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 Migrate
impl PartialEq for Migrate
impl Eq for Migrate
impl StructuralPartialEq for Migrate
Auto Trait Implementations§
impl RefUnwindSafe for Migrate
impl Send for Migrate
impl Sync for Migrate
impl Unpin for Migrate
impl UnwindSafe for Migrate
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