pub struct InitialSnapshotTable {
pub name: String,
pub columns: Vec<InitialSnapshotColumn>,
pub primary_key: Vec<String>,
}Fields§
§name: String§columns: Vec<InitialSnapshotColumn>§primary_key: Vec<String>Trait Implementations§
Source§impl Clone for InitialSnapshotTable
impl Clone for InitialSnapshotTable
Source§fn clone(&self) -> InitialSnapshotTable
fn clone(&self) -> InitialSnapshotTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InitialSnapshotTable
impl Debug for InitialSnapshotTable
Source§impl PartialEq for InitialSnapshotTable
impl PartialEq for InitialSnapshotTable
impl Eq for InitialSnapshotTable
impl StructuralPartialEq for InitialSnapshotTable
Auto Trait Implementations§
impl Freeze for InitialSnapshotTable
impl RefUnwindSafe for InitialSnapshotTable
impl Send for InitialSnapshotTable
impl Sync for InitialSnapshotTable
impl Unpin for InitialSnapshotTable
impl UnsafeUnpin for InitialSnapshotTable
impl UnwindSafe for InitialSnapshotTable
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.