pub enum ConstType {
Show 14 variants
Boolean,
Byte,
Identifier(Identifier),
Octet,
RestrictedDouble,
RestrictedFloat,
SignedLong,
SignedLongLong,
SignedShort,
UnrestrictedDouble,
UnrestrictedFloat,
UnsignedLong,
UnsignedLongLong,
UnsignedShort,
}
Variants§
Boolean
Byte
Identifier(Identifier)
Octet
RestrictedDouble
RestrictedFloat
SignedLong
SignedLongLong
SignedShort
UnrestrictedDouble
UnrestrictedFloat
UnsignedLong
UnsignedLongLong
UnsignedShort
Trait Implementations§
impl Eq for ConstType
impl StructuralPartialEq for ConstType
Auto Trait Implementations§
impl Freeze for ConstType
impl RefUnwindSafe for ConstType
impl Send for ConstType
impl Sync for ConstType
impl Unpin for ConstType
impl UnwindSafe for ConstType
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