pub(crate) enum PartTypeValue {
}Variants§
Boolean(bool)
Char(char)
I8(i8)
I16(i16)
I32(i32)
I64(i64)
U8(u8)
U16(u16)
U32(u32)
U64(u64)
ISize(isize)
USize(usize)
F32(f32)
F64(f64)
Mapping(String)
VInt(i128)
None
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PartTypeValue
impl RefUnwindSafe for PartTypeValue
impl Send for PartTypeValue
impl Sync for PartTypeValue
impl Unpin for PartTypeValue
impl UnsafeUnpin for PartTypeValue
impl UnwindSafe for PartTypeValue
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