Struct scylla_cql::frame::response::result::ResultMetadata
source · pub struct ResultMetadata<'a> { /* private fields */ }
Implementations§
source§impl<'a> ResultMetadata<'a>
impl<'a> ResultMetadata<'a>
pub fn col_count(&self) -> usize
pub fn col_specs(&self) -> &[ColumnSpec<'a>]
pub fn mock_empty() -> Self
Trait Implementations§
source§impl<'a> Clone for ResultMetadata<'a>
impl<'a> Clone for ResultMetadata<'a>
source§fn clone(&self) -> ResultMetadata<'a>
fn clone(&self) -> ResultMetadata<'a>
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<'a> Freeze for ResultMetadata<'a>
impl<'a> RefUnwindSafe for ResultMetadata<'a>
impl<'a> Send for ResultMetadata<'a>
impl<'a> Sync for ResultMetadata<'a>
impl<'a> Unpin for ResultMetadata<'a>
impl<'a> UnwindSafe for ResultMetadata<'a>
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
)