[−][src]Struct lut::Any
Methods
impl<T> Any<T> where
T: Table, [src]
T: Table,
pub fn mask(self) -> T::Value[src]
pub fn new<F: Flag<T>>(_ty_flag: F) -> Self[src]
pub fn empty() -> Self[src]
pub fn from_mask(mask: T::Value) -> Self[src]
Trait Implementations
impl<T> Access<T> for Any<T> where
T: Table, [src]
T: Table,
impl<T, I: Into<Any<T>>> BitOr<I> for Any<T> where
T: Table, [src]
T: Table,
type Output = Self
The resulting type after applying the | operator.
fn bitor(self, other: I) -> Self[src]
impl<T, I: Into<Any<T>>> BitOrAssign<I> for Any<T> where
T: Table, [src]
T: Table,
fn bitor_assign(&mut self, other: I)[src]
impl<T: Clone + Table> Clone for Any<T> where
T::Value: Clone, [src]
T::Value: Clone,
impl<T: Copy + Table> Copy for Any<T> where
T::Value: Copy, [src]
T::Value: Copy,
impl<T: Eq + Table> Eq for Any<T> where
T::Value: Eq, [src]
T::Value: Eq,
impl<T: Hash + Table> Hash for Any<T> where
T::Value: Hash, [src]
T::Value: Hash,
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<T> Into<Any<T>> for CText where
T: Table,
CText: Flag<T>, [src]
T: Table,
CText: Flag<T>,
impl<T> Into<Any<T>> for ObsNoWsCtl where
T: Table,
ObsNoWsCtl: Flag<T>, [src]
T: Table,
ObsNoWsCtl: Flag<T>,
impl<T> Into<Any<T>> for HttpToken where
T: Table,
HttpToken: Flag<T>, [src]
T: Table,
HttpToken: Flag<T>,
impl<T> Into<Any<T>> for Token where
T: Table,
Token: Flag<T>, [src]
T: Table,
Token: Flag<T>,
impl<T> Into<Any<T>> for RestrictedToken where
T: Table,
RestrictedToken: Flag<T>, [src]
T: Table,
RestrictedToken: Flag<T>,
impl<T> Into<Any<T>> for QText where
T: Table,
QText: Flag<T>, [src]
T: Table,
QText: Flag<T>,
impl<T> Into<Any<T>> for DQuoteOrEscape where
T: Table,
DQuoteOrEscape: Flag<T>, [src]
T: Table,
DQuoteOrEscape: Flag<T>,
impl<T> Into<Any<T>> for Ws where
T: Table,
Ws: Flag<T>, [src]
T: Table,
Ws: Flag<T>,
impl<T: PartialEq + Table> PartialEq<Any<T>> for Any<T> where
T::Value: PartialEq, [src]
T::Value: PartialEq,
impl<T: Table> StructuralEq for Any<T>[src]
impl<T: Table> StructuralPartialEq for Any<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Any<T> where
<T as Table>::Value: RefUnwindSafe,
<T as Table>::Value: RefUnwindSafe,
impl<T> Send for Any<T> where
<T as Table>::Value: Send,
<T as Table>::Value: Send,
impl<T> Sync for Any<T> where
<T as Table>::Value: Sync,
<T as Table>::Value: Sync,
impl<T> Unpin for Any<T> where
<T as Table>::Value: Unpin,
<T as Table>::Value: Unpin,
impl<T> UnwindSafe for Any<T> where
<T as Table>::Value: UnwindSafe,
<T as Table>::Value: UnwindSafe,
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<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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, 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>,