pub struct RemoveLinkV0 {
pub id: RepoId,
pub metadata: Vec<u8>,
}
Expand description
Removes a link from the user
branch.
DEPS to the previous AddLink commit(s) (ORset logic) with matching repo_id
Fields§
§id: RepoId
§metadata: Vec<u8>
Metadata
Trait Implementations§
Source§impl Clone for RemoveLinkV0
impl Clone for RemoveLinkV0
Source§fn clone(&self) -> RemoveLinkV0
fn clone(&self) -> RemoveLinkV0
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 RemoveLinkV0
impl Debug for RemoveLinkV0
Source§impl<'de> Deserialize<'de> for RemoveLinkV0
impl<'de> Deserialize<'de> for RemoveLinkV0
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 RemoveLinkV0
impl PartialEq for RemoveLinkV0
Source§impl Serialize for RemoveLinkV0
impl Serialize for RemoveLinkV0
impl Eq for RemoveLinkV0
impl StructuralPartialEq for RemoveLinkV0
Auto Trait Implementations§
impl Freeze for RemoveLinkV0
impl RefUnwindSafe for RemoveLinkV0
impl Send for RemoveLinkV0
impl Sync for RemoveLinkV0
impl Unpin for RemoveLinkV0
impl UnwindSafe for RemoveLinkV0
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