pub enum Kind {
}Variants§
Unit
I8
I16
I32
I64
I128
U8
U16
U32
U64
U128
F32
F64
Bool
String
Vec(Box<Kind>)
Enum
Struct
Tuple(Vec<Kind>)
Nullable(Box<Kind>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnwindSafe for Kind
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