#[repr(u8)]pub enum Type {
Sctp = 0,
Direct = 1,
}
Expand description
The enum Type
in the namespace FBS.DataProducer
Generated from these locations:
- Enum
Type
in the filefbs/dataProducer.fbs:5
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Type
impl<'de> Deserialize<'de> for Type
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 Type
impl Ord for Type
Source§impl PartialOrd for Type
impl PartialOrd for Type
Source§impl TryFrom<u8> for Type
impl TryFrom<u8> for Type
Source§type Error = UnknownEnumTagKind
type Error = UnknownEnumTagKind
The type returned in the event of a conversion error.
impl Copy for Type
impl Eq for Type
impl StructuralPartialEq for Type
impl VectorWrite<Type> for Type
impl WriteAs<Type> for Type
impl WriteAsDefault<Type, Type> for Type
impl WriteAsOptional<Type> for Type
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
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