Struct atrium_api::com::atproto::sync::list_repos::Repo
source · pub struct Repo {
pub did: Did,
pub head: Cid,
pub rev: String,
}Fields§
§did: Did§head: CidCurrent repo commit CID
rev: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for Repo
impl<'de> Deserialize<'de> for Repo
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 Repo
impl PartialEq for Repo
impl Eq for Repo
impl StructuralPartialEq for Repo
Auto Trait Implementations§
impl RefUnwindSafe for Repo
impl Send for Repo
impl Sync for Repo
impl Unpin for Repo
impl UnwindSafe for Repo
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