pub struct BinarySnapshotColumn {
pub name: String,
pub column_type: BinarySnapshotColumnType,
pub nullable: bool,
}Fields§
§name: String§column_type: BinarySnapshotColumnType§nullable: boolTrait Implementations§
Source§impl Clone for BinarySnapshotColumn
impl Clone for BinarySnapshotColumn
Source§fn clone(&self) -> BinarySnapshotColumn
fn clone(&self) -> BinarySnapshotColumn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BinarySnapshotColumn
impl Debug for BinarySnapshotColumn
Source§impl PartialEq for BinarySnapshotColumn
impl PartialEq for BinarySnapshotColumn
Source§fn eq(&self, other: &BinarySnapshotColumn) -> bool
fn eq(&self, other: &BinarySnapshotColumn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BinarySnapshotColumn
impl StructuralPartialEq for BinarySnapshotColumn
Auto Trait Implementations§
impl Freeze for BinarySnapshotColumn
impl RefUnwindSafe for BinarySnapshotColumn
impl Send for BinarySnapshotColumn
impl Sync for BinarySnapshotColumn
impl Unpin for BinarySnapshotColumn
impl UnsafeUnpin for BinarySnapshotColumn
impl UnwindSafe for BinarySnapshotColumn
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