pub enum InclusionType {
Module,
Role,
Profile,
}Expand description
Category of hierarchical inclusion.
Variants§
Module
A generic manifest module (e.g. import "nginx").
Role
A top-level node definition role.
Profile
A configuration package profile.
Trait Implementations§
Source§impl Clone for InclusionType
impl Clone for InclusionType
Source§fn clone(&self) -> InclusionType
fn clone(&self) -> InclusionType
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 InclusionType
impl Debug for InclusionType
Source§impl PartialEq for InclusionType
impl PartialEq for InclusionType
Source§fn eq(&self, other: &InclusionType) -> bool
fn eq(&self, other: &InclusionType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InclusionType
impl Eq for InclusionType
impl StructuralPartialEq for InclusionType
Auto Trait Implementations§
impl Freeze for InclusionType
impl RefUnwindSafe for InclusionType
impl Send for InclusionType
impl Sync for InclusionType
impl Unpin for InclusionType
impl UnsafeUnpin for InclusionType
impl UnwindSafe for InclusionType
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§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.