#[repr(u8)]pub enum QuerySession {
S0 = 0,
S1 = 1,
S2 = 2,
S3 = 3,
}Expand description
Session for Query command
Variants§
Trait Implementations§
Source§impl Clone for QuerySession
impl Clone for QuerySession
Source§fn clone(&self) -> QuerySession
fn clone(&self) -> QuerySession
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 moreSource§impl Debug for QuerySession
impl Debug for QuerySession
Source§impl Default for QuerySession
impl Default for QuerySession
Source§fn default() -> QuerySession
fn default() -> QuerySession
Returns the “default value” for a type. Read more
Source§impl PartialEq for QuerySession
impl PartialEq for QuerySession
impl Copy for QuerySession
impl Eq for QuerySession
impl StructuralPartialEq for QuerySession
Auto Trait Implementations§
impl Freeze for QuerySession
impl RefUnwindSafe for QuerySession
impl Send for QuerySession
impl Sync for QuerySession
impl Unpin for QuerySession
impl UnwindSafe for QuerySession
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