pub enum CType {
STRING = 0,
CORD = 1,
STRING_PIECE = 2,
}
Variants§
Trait Implementations§
Source§impl Enum for CType
impl Enum for CType
Source§impl EnumFull for CType
impl EnumFull for CType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
impl Copy for CType
impl Eq for CType
impl StructuralPartialEq for CType
Auto Trait Implementations§
impl Freeze for CType
impl RefUnwindSafe for CType
impl Send for CType
impl Sync for CType
impl Unpin for CType
impl UnwindSafe for CType
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