pub struct PrimTypes {
pub string: u32,
pub number: u32,
pub any: u32,
pub error: u32,
pub unknown: u32,
pub never: u32,
pub undefined: u32,
pub null: u32,
pub void: u32,
pub bool: u32,
}Fields§
§string: u32§number: u32§any: u32§error: u32§unknown: u32§never: u32§undefined: u32§null: u32§void: u32§bool: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for PrimTypes
impl<'de> Deserialize<'de> for PrimTypes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PrimTypes
impl RefUnwindSafe for PrimTypes
impl Send for PrimTypes
impl Sync for PrimTypes
impl Unpin for PrimTypes
impl UnwindSafe for PrimTypes
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