pub struct RustTypeCodegenConfig {
pub additional_derives: BTreeSet<String>,
}
Fields§
§additional_derives: BTreeSet<String>
Trait Implementations§
Source§impl Clone for RustTypeCodegenConfig
impl Clone for RustTypeCodegenConfig
Source§fn clone(&self) -> RustTypeCodegenConfig
fn clone(&self) -> RustTypeCodegenConfig
Returns a copy of the value. Read more
1.0.0 · 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 RustTypeCodegenConfig
impl Debug for RustTypeCodegenConfig
Source§impl Default for RustTypeCodegenConfig
impl Default for RustTypeCodegenConfig
Source§fn default() -> RustTypeCodegenConfig
fn default() -> RustTypeCodegenConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RustTypeCodegenConfig
impl<'de> Deserialize<'de> for RustTypeCodegenConfig
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
Source§impl Hash for RustTypeCodegenConfig
impl Hash for RustTypeCodegenConfig
Source§impl PartialEq for RustTypeCodegenConfig
impl PartialEq for RustTypeCodegenConfig
Source§impl Serialize for RustTypeCodegenConfig
impl Serialize for RustTypeCodegenConfig
impl Eq for RustTypeCodegenConfig
impl StructuralPartialEq for RustTypeCodegenConfig
Auto Trait Implementations§
impl Freeze for RustTypeCodegenConfig
impl RefUnwindSafe for RustTypeCodegenConfig
impl Send for RustTypeCodegenConfig
impl Sync for RustTypeCodegenConfig
impl Unpin for RustTypeCodegenConfig
impl UnwindSafe for RustTypeCodegenConfig
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