pub struct SnapshotManager { /* private fields */ }Expand description
Manages document snapshots
Implementations§
Trait Implementations§
Source§impl Debug for SnapshotManager
impl Debug for SnapshotManager
Source§impl Default for SnapshotManager
impl Default for SnapshotManager
Source§fn default() -> SnapshotManager
fn default() -> SnapshotManager
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SnapshotManager
impl RefUnwindSafe for SnapshotManager
impl Send for SnapshotManager
impl Sync for SnapshotManager
impl Unpin for SnapshotManager
impl UnwindSafe for SnapshotManager
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