[−][src]Enum ena::sql::YotsubaStatement
List of actions that can be done in relation to a database.
Variants
Get the threads/archive for a board from the metadata cache
Implementations
impl YotsubaStatement[src]
pub fn is_thumbs(&self) -> bool[src]
Return whether if thumbs or not
pub fn is_thumbs_val(&self) -> YotsubaStatement[src]
Return the enum if thumb
pub fn is_media(&self) -> bool[src]
Trait Implementations
impl Add<YotsubaStatement> for YotsubaStatement[src]
type Output = u8
The resulting type after applying the + operator.
fn add(self, other: Self) -> u8[src]
impl Clone for YotsubaStatement[src]
fn clone(&self) -> YotsubaStatement[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for YotsubaStatement[src]
impl Debug for YotsubaStatement[src]
impl Display for YotsubaStatement[src]
impl Eq for YotsubaStatement[src]
impl Hash for YotsubaStatement[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl IntoEnumIterator for YotsubaStatement[src]
type Iterator = YotsubaStatementEnumIterator
Type of the iterator over the variants.
const VARIANT_COUNT: usize[src]
fn into_enum_iter() -> Self::Iterator[src]
impl PartialEq<YotsubaStatement> for YotsubaStatement[src]
fn eq(&self, other: &YotsubaStatement) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for YotsubaStatement[src]
impl StructuralPartialEq for YotsubaStatement[src]
Auto Trait Implementations
impl RefUnwindSafe for YotsubaStatement
impl Send for YotsubaStatement
impl Sync for YotsubaStatement
impl Unpin for YotsubaStatement
impl UnwindSafe for YotsubaStatement
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
T: ?Sized,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,