Enum clean_base::dtos::enums::ChildrenEnum
source · Expand description
This enumerator allow represents the children elements using their primary keys (Ids option) or the true records (Record option).
Variants§
Trait Implementations§
source§impl<T: Clone, U: Clone> Clone for ChildrenEnum<T, U>
impl<T: Clone, U: Clone> Clone for ChildrenEnum<T, U>
source§fn clone(&self) -> ChildrenEnum<T, U>
fn clone(&self) -> ChildrenEnum<T, U>
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<'de, T, U> Deserialize<'de> for ChildrenEnum<T, U>where
T: Deserialize<'de>,
U: Deserialize<'de>,
impl<'de, T, U> Deserialize<'de> for ChildrenEnum<T, U>where
T: Deserialize<'de>,
U: Deserialize<'de>,
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