pub enum TableTrue {
Call,
Subscription,
}
Expand description
This is the table you want to query.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TableTrue
impl<'de> Deserialize<'de> for TableTrue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for TableTrue
impl Ord for TableTrue
Source§impl PartialOrd for TableTrue
impl PartialOrd for TableTrue
impl Copy for TableTrue
impl Eq for TableTrue
impl StructuralPartialEq for TableTrue
Auto Trait Implementations§
impl Freeze for TableTrue
impl RefUnwindSafe for TableTrue
impl Send for TableTrue
impl Sync for TableTrue
impl Unpin for TableTrue
impl UnwindSafe for TableTrue
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