Struct tsify_next::SerializationConfig
source · pub struct SerializationConfig {
pub missing_as_null: bool,
pub hashmap_as_object: bool,
pub large_number_types_as_bigints: bool,
}
Fields§
§missing_as_null: bool
§hashmap_as_object: bool
§large_number_types_as_bigints: bool
Auto Trait Implementations§
impl Freeze for SerializationConfig
impl RefUnwindSafe for SerializationConfig
impl Send for SerializationConfig
impl Sync for SerializationConfig
impl Unpin for SerializationConfig
impl UnwindSafe for SerializationConfig
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