pub struct JsonTypeInfo {
pub jtype: JsonType,
pub ctype: ComplexType,
}Fields§
§jtype: JsonType§ctype: ComplexTypeAuto Trait Implementations§
impl Freeze for JsonTypeInfo
impl RefUnwindSafe for JsonTypeInfo
impl Send for JsonTypeInfo
impl Sync for JsonTypeInfo
impl Unpin for JsonTypeInfo
impl UnwindSafe for JsonTypeInfo
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