Struct radicle_cob::object::collaboration::Updated
source · pub struct Updated<T> {
pub head: Oid,
pub object: CollaborativeObject<T>,
pub parents: Vec<EntryId>,
}
Expand description
Result of an update
operation.
Fields§
§head: Oid
The new head commit of the DAG.
object: CollaborativeObject<T>
The newly updated collaborative object.
parents: Vec<EntryId>
Entry parents.
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Updated<T>where
T: Freeze,
impl<T> RefUnwindSafe for Updated<T>where
T: RefUnwindSafe,
impl<T> Send for Updated<T>where
T: Send,
impl<T> Sync for Updated<T>where
T: Sync,
impl<T> Unpin for Updated<T>where
T: Unpin,
impl<T> UnwindSafe for Updated<T>where
T: UnwindSafe,
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