Struct tidb_query_datatype::codec::mysql::set::SetRef[][src]

pub struct SetRef<'a> {
    data: &'a BufferVec,
    value: u64,
}

Fields

data: &'a BufferVecvalue: u64

Implementations

impl<'a> SetRef<'a>[src]

pub fn new(data: &'a BufferVec, value: u64) -> Self[src]

pub fn to_owned(self) -> Set[src]

pub fn is_set(&self, idx: usize) -> bool[src]

pub fn is_empty(&self) -> bool[src]

pub fn value(&self) -> u64[src]

Trait Implementations

impl<'a> AsMySQLBool for SetRef<'a>[src]

impl<'a> ChunkRef<'a, SetRef<'a>> for &'a ChunkedVecSet[src]

impl<'a> Clone for SetRef<'a>[src]

impl<'a> Copy for SetRef<'a>[src]

impl<'a> Debug for SetRef<'a>[src]

impl<'a> Display for SetRef<'a>[src]

impl<'a> Eq for SetRef<'a>[src]

impl<'a> EvaluableRef<'a> for SetRef<'a>[src]

type EvaluableType = Set

type ChunkedType = &'a ChunkedVecSet

impl<'a> Ord for SetRef<'a>[src]

impl<'a> PartialEq<SetRef<'a>> for SetRef<'a>[src]

impl<'a> PartialOrd<SetRef<'a>> for SetRef<'a>[src]

impl<'a> UnsafeRefInto<SetRef<'static>> for SetRef<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for SetRef<'a>

impl<'a> Send for SetRef<'a>

impl<'a> Sync for SetRef<'a>

impl<'a> Unpin for SetRef<'a>

impl<'a> UnwindSafe for SetRef<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<V, W> ConvertFrom<W> for V where
    W: ConvertTo<V>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized
[src]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]