pub struct JavaDtoConfig {
pub builder: JavaBuilderMode,
}Expand description
Java-specific DTO configuration.
Fields§
§builder: JavaBuilderModeBuilder mode: auto (default), always, or never.
Trait Implementations§
Source§impl Clone for JavaDtoConfig
impl Clone for JavaDtoConfig
Source§fn clone(&self) -> JavaDtoConfig
fn clone(&self) -> JavaDtoConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JavaDtoConfig
impl Debug for JavaDtoConfig
Source§impl Default for JavaDtoConfig
impl Default for JavaDtoConfig
Source§fn default() -> JavaDtoConfig
fn default() -> JavaDtoConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JavaDtoConfig
impl<'de> Deserialize<'de> for JavaDtoConfig
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 JavaDtoConfig
impl RefUnwindSafe for JavaDtoConfig
impl Send for JavaDtoConfig
impl Sync for JavaDtoConfig
impl Unpin for JavaDtoConfig
impl UnsafeUnpin for JavaDtoConfig
impl UnwindSafe for JavaDtoConfig
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