pub struct SchemaVersion { /* private fields */ }Expand description
Stable identity for one schema stored in a Harn-owned SQLite database.
Implementations§
Trait Implementations§
Source§impl Clone for SchemaVersion
impl Clone for SchemaVersion
impl Copy for SchemaVersion
Source§impl Debug for SchemaVersion
impl Debug for SchemaVersion
impl Eq for SchemaVersion
Source§impl PartialEq for SchemaVersion
impl PartialEq for SchemaVersion
impl StructuralPartialEq for SchemaVersion
Auto Trait Implementations§
impl Freeze for SchemaVersion
impl RefUnwindSafe for SchemaVersion
impl Send for SchemaVersion
impl Sync for SchemaVersion
impl Unpin for SchemaVersion
impl UnsafeUnpin for SchemaVersion
impl UnwindSafe for SchemaVersion
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