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
sourcepub fn set_name<S: BnStrCompatible>(&self, value: S) -> bool
pub fn set_name<S: BnStrCompatible>(&self, value: S) -> bool
Set the name of the changeset, e.g. in a name changeset function.
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