pub enum PodType {
S1X1,
S1X2,
S1X4,
S1X8,
P1X1,
P1X2,
P1X4,
P1X8,
P2X1,
P2X2,
P2X4,
P2X8,
}
Expand description
The pod type for the index.
Variants§
S1X1
s1.x1
S1X2
s1.x2
S1X4
s1.x4
S1X8
s1.x8
P1X1
p1.x1
P1X2
p1.x2
P1X4
p1.x4
P1X8
p1.x8
P2X1
p2.x1
P2X2
p2.x2
P2X4
p2.x4
P2X8
p2.x8
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PodType
impl<'de> Deserialize<'de> for PodType
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
Auto Trait Implementations§
impl Freeze for PodType
impl RefUnwindSafe for PodType
impl Send for PodType
impl Sync for PodType
impl Unpin for PodType
impl UnwindSafe for PodType
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