Modules§
- error
- info
ChangeGraphInfo
provides a useful debugging structure for representing a singlecrate::CollaborativeObject
’s underlying change graph.
Structs§
- Collaborative
Object - A collaborative object
- Create
- The metadata required for creating a new
CollaborativeObject
. - Update
- The data required to update an object
- Updated
- Result of an
update
operation.
Traits§
- Evaluate
- An object that can be built by evaluating a history.
Functions§
- create
- Create a new
CollaborativeObject
. - get
- Get a
CollaborativeObject
, if it exists. - list
- List a set of
CollaborativeObject
. - parse_
refstr - Takes a
refname
and performs a best attempt to extract out theTypeName
andObjectId
from it. - remove
- Remove a
crate::CollaborativeObject
. - update
- Update an existing
CollaborativeObject
.