#[repr(u8)]pub enum RowFamily {
Catalog = 1,
Operator = 2,
Pod = 3,
Table = 4,
Series = 5,
RingBuffer = 6,
Queue = 7,
}Variants§
Implementations§
Trait Implementations§
impl Copy for RowFamily
Source§impl<'de> Deserialize<'de> for RowFamily
impl<'de> Deserialize<'de> for RowFamily
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
impl Eq for RowFamily
impl StructuralPartialEq for RowFamily
Auto Trait Implementations§
impl Freeze for RowFamily
impl RefUnwindSafe for RowFamily
impl Send for RowFamily
impl Sync for RowFamily
impl Unpin for RowFamily
impl UnsafeUnpin for RowFamily
impl UnwindSafe for RowFamily
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