pub enum BatchQuerySubj {
PreparedId(CBytesShort),
QueryString(CStringLong),
}Expand description
It contains either an id of prepared query or CQL string.
Variants§
PreparedId(CBytesShort)
QueryString(CStringLong)
Trait Implementations§
Source§impl Clone for BatchQuerySubj
impl Clone for BatchQuerySubj
Source§fn clone(&self) -> BatchQuerySubj
fn clone(&self) -> BatchQuerySubj
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 BatchQuerySubj
impl RefUnwindSafe for BatchQuerySubj
impl Send for BatchQuerySubj
impl Sync for BatchQuerySubj
impl Unpin for BatchQuerySubj
impl UnwindSafe for BatchQuerySubj
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