[−][src]Struct jtd_codegen::target::Strategy
Fields
file_partitioning: FilePartitioningStrategyenum_member_naming: EnumMemberNamingStrategyoptional_property_handling: OptionalPropertyHandlingStrategybooleans_are_nullable: boolint8s_are_nullable: booluint8s_are_nullable: boolint16s_are_nullable: booluint16s_are_nullable: boolint32s_are_nullable: booluint32s_are_nullable: boolfloat32s_are_nullable: boolfloat64s_are_nullable: boolstrings_are_nullable: booltimestamps_are_nullable: boolarrays_are_nullable: booldicts_are_nullable: boolaliases_are_nullable: boolenums_are_nullable: boolstructs_are_nullable: booldiscriminators_are_nullable: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Strategy[src]
impl Send for Strategy[src]
impl Sync for Strategy[src]
impl Unpin for Strategy[src]
impl UnwindSafe for Strategy[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,