pub enum DrupalExtensionKind {
Module,
Theme,
Profile,
}Expand description
Drupal extension kind metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DrupalExtensionKind
impl Clone for DrupalExtensionKind
Source§fn clone(&self) -> DrupalExtensionKind
fn clone(&self) -> DrupalExtensionKind
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 DrupalExtensionKind
impl Debug for DrupalExtensionKind
Source§impl Hash for DrupalExtensionKind
impl Hash for DrupalExtensionKind
Source§impl Ord for DrupalExtensionKind
impl Ord for DrupalExtensionKind
Source§fn cmp(&self, other: &DrupalExtensionKind) -> Ordering
fn cmp(&self, other: &DrupalExtensionKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DrupalExtensionKind
impl PartialEq for DrupalExtensionKind
Source§fn eq(&self, other: &DrupalExtensionKind) -> bool
fn eq(&self, other: &DrupalExtensionKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DrupalExtensionKind
impl PartialOrd for DrupalExtensionKind
impl Copy for DrupalExtensionKind
impl Eq for DrupalExtensionKind
impl StructuralPartialEq for DrupalExtensionKind
Auto Trait Implementations§
impl Freeze for DrupalExtensionKind
impl RefUnwindSafe for DrupalExtensionKind
impl Send for DrupalExtensionKind
impl Sync for DrupalExtensionKind
impl Unpin for DrupalExtensionKind
impl UnsafeUnpin for DrupalExtensionKind
impl UnwindSafe for DrupalExtensionKind
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