pub struct RingBufferColumnToCreate {
pub name: String,
pub constraint: TypeConstraint,
pub policies: Vec<ColumnPolicyKind>,
pub auto_increment: bool,
pub fragment: Option<Fragment>,
pub dictionary_id: Option<DictionaryId>,
}Fields§
§name: String§constraint: TypeConstraint§policies: Vec<ColumnPolicyKind>§auto_increment: bool§fragment: Option<Fragment>§dictionary_id: Option<DictionaryId>Trait Implementations§
Source§impl Clone for RingBufferColumnToCreate
impl Clone for RingBufferColumnToCreate
Source§fn clone(&self) -> RingBufferColumnToCreate
fn clone(&self) -> RingBufferColumnToCreate
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 moreAuto Trait Implementations§
impl Freeze for RingBufferColumnToCreate
impl RefUnwindSafe for RingBufferColumnToCreate
impl Send for RingBufferColumnToCreate
impl Sync for RingBufferColumnToCreate
impl Unpin for RingBufferColumnToCreate
impl UnwindSafe for RingBufferColumnToCreate
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