pub struct Any<T: Table> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T, I: Into<Any<T>>> BitOrAssign<I> for Any<T>where
T: Table,
impl<T, I: Into<Any<T>>> BitOrAssign<I> for Any<T>where
T: Table,
Source§fn bitor_assign(&mut self, other: I)
fn bitor_assign(&mut self, other: I)
Performs the
|=
operation. Read moreimpl<T: Copy + Table> Copy for Any<T>
impl<T: Eq + Table> Eq for Any<T>
impl<T: Table> StructuralPartialEq for Any<T>
Auto Trait Implementations§
impl<T> Freeze for Any<T>
impl<T> RefUnwindSafe for Any<T>
impl<T> Send for Any<T>
impl<T> Sync for Any<T>
impl<T> Unpin for Any<T>
impl<T> UnwindSafe for Any<T>
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