pub enum GoDtoStyle {
Struct,
}Variants§
Struct
Trait Implementations§
Source§impl Clone for GoDtoStyle
impl Clone for GoDtoStyle
Source§fn clone(&self) -> GoDtoStyle
fn clone(&self) -> GoDtoStyle
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 GoDtoStyle
impl Debug for GoDtoStyle
Source§impl Default for GoDtoStyle
impl Default for GoDtoStyle
Source§fn default() -> GoDtoStyle
fn default() -> GoDtoStyle
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoDtoStyle
impl<'de> Deserialize<'de> for GoDtoStyle
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 PartialEq for GoDtoStyle
impl PartialEq for GoDtoStyle
Source§fn eq(&self, other: &GoDtoStyle) -> bool
fn eq(&self, other: &GoDtoStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GoDtoStyle
impl Serialize for GoDtoStyle
impl Copy for GoDtoStyle
impl Eq for GoDtoStyle
impl StructuralPartialEq for GoDtoStyle
Auto Trait Implementations§
impl Freeze for GoDtoStyle
impl RefUnwindSafe for GoDtoStyle
impl Send for GoDtoStyle
impl Sync for GoDtoStyle
impl Unpin for GoDtoStyle
impl UnsafeUnpin for GoDtoStyle
impl UnwindSafe for GoDtoStyle
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