pub enum Dt {
}Expand description
Draft type used in SchemaBuilder: like Type but names other types
by string instead of index (indices only exist after canonical sorting).
Variants§
Bool
U8
U16
U32
U64
I8
I16
I32
I64
F32
F64
Str
Bytes
Named(String)
List(Box<Dt>)
Map(Box<Dt>, Box<Dt>)
Union(Vec<Dt>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dt
impl RefUnwindSafe for Dt
impl Send for Dt
impl Sync for Dt
impl Unpin for Dt
impl UnsafeUnpin for Dt
impl UnwindSafe for Dt
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