pub enum PythonDtoStyle {
Dataclass,
Msgspec,
}Variants§
Trait Implementations§
Source§impl Clone for PythonDtoStyle
impl Clone for PythonDtoStyle
Source§fn clone(&self) -> PythonDtoStyle
fn clone(&self) -> PythonDtoStyle
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 PythonDtoStyle
impl Debug for PythonDtoStyle
Source§impl PartialEq for PythonDtoStyle
impl PartialEq for PythonDtoStyle
Source§fn eq(&self, other: &PythonDtoStyle) -> bool
fn eq(&self, other: &PythonDtoStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PythonDtoStyle
impl Eq for PythonDtoStyle
impl StructuralPartialEq for PythonDtoStyle
Auto Trait Implementations§
impl Freeze for PythonDtoStyle
impl RefUnwindSafe for PythonDtoStyle
impl Send for PythonDtoStyle
impl Sync for PythonDtoStyle
impl Unpin for PythonDtoStyle
impl UnsafeUnpin for PythonDtoStyle
impl UnwindSafe for PythonDtoStyle
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.