pub struct Changeset { /* private fields */ }
Expand description
A collection of snapshots in a local database
Implementations§
source§impl Changeset
impl Changeset
sourcepub fn snapshot_ids(&self) -> Result<Array<SnapshotId>, ()>
pub fn snapshot_ids(&self) -> Result<Array<SnapshotId>, ()>
List of snapshot ids in the database
Relevant remote author User
Trait Implementations§
source§impl CoreArrayProvider for Changeset
impl CoreArrayProvider for Changeset
Auto Trait Implementations§
impl Freeze for Changeset
impl RefUnwindSafe for Changeset
impl !Send for Changeset
impl !Sync for Changeset
impl Unpin for Changeset
impl UnwindSafe for Changeset
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