pub enum ChildIncludeMode {
Separate,
ParentsOnly,
}Variants§
Separate
Include embedded languages as separate contributions.
ParentsOnly
Ignore embedded languages.
Trait Implementations§
Source§impl Clone for ChildIncludeMode
impl Clone for ChildIncludeMode
Source§fn clone(&self) -> ChildIncludeMode
fn clone(&self) -> ChildIncludeMode
Returns a duplicate 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 ChildIncludeMode
impl Debug for ChildIncludeMode
Source§impl<'de> Deserialize<'de> for ChildIncludeMode
impl<'de> Deserialize<'de> for ChildIncludeMode
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 ChildIncludeMode
impl PartialEq for ChildIncludeMode
Source§impl Serialize for ChildIncludeMode
impl Serialize for ChildIncludeMode
impl Copy for ChildIncludeMode
impl Eq for ChildIncludeMode
impl StructuralPartialEq for ChildIncludeMode
Auto Trait Implementations§
impl Freeze for ChildIncludeMode
impl RefUnwindSafe for ChildIncludeMode
impl Send for ChildIncludeMode
impl Sync for ChildIncludeMode
impl Unpin for ChildIncludeMode
impl UnsafeUnpin for ChildIncludeMode
impl UnwindSafe for ChildIncludeMode
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