Struct scylla_cql::frame::response::result::PreparedMetadata
source · pub struct PreparedMetadata {
pub flags: i32,
pub col_count: usize,
pub pk_indexes: Vec<PartitionKeyIndex>,
pub col_specs: Vec<ColumnSpec<'static>>,
}
Fields§
§flags: i32
§col_count: usize
§pk_indexes: Vec<PartitionKeyIndex>
pk_indexes are sorted by index
and can be reordered in partition key order
using sequence
field
col_specs: Vec<ColumnSpec<'static>>
Trait Implementations§
source§impl Clone for PreparedMetadata
impl Clone for PreparedMetadata
source§fn clone(&self) -> PreparedMetadata
fn clone(&self) -> PreparedMetadata
Returns a copy 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 PreparedMetadata
impl RefUnwindSafe for PreparedMetadata
impl Send for PreparedMetadata
impl Sync for PreparedMetadata
impl Unpin for PreparedMetadata
impl UnwindSafe for PreparedMetadata
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,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)