/// A trait for implementing a builder for any `Default` type.
///
/// The implementing type is generated in jsonapi-derive.
/// A trait for setting a `JsonApiBuilder<Self>` on any type that implements `Default`.
///
/// This is used in order to access the builder easily after generating the builder.