#[repr(C)]pub enum TextualType {
Char = 0,
Str = 1,
}Expand description
Describes textual types (char/string)
Textual types have associated Scalar Def, which includes additional information for the
given type.
Variants§
Trait Implementations§
Source§impl Clone for TextualType
impl Clone for TextualType
Source§fn clone(&self) -> TextualType
fn clone(&self) -> TextualType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextualType
impl Debug for TextualType
Source§impl Facet<'_> for TextualType
impl Facet<'_> for TextualType
impl Copy for TextualType
Auto Trait Implementations§
impl Freeze for TextualType
impl RefUnwindSafe for TextualType
impl Send for TextualType
impl Sync for TextualType
impl Unpin for TextualType
impl UnwindSafe for TextualType
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