pub enum WordPressBlockSupport {
Align,
Color,
Typography,
Spacing,
Html,
Multiple,
}Expand description
WordPress block support metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WordPressBlockSupport
impl Clone for WordPressBlockSupport
Source§fn clone(&self) -> WordPressBlockSupport
fn clone(&self) -> WordPressBlockSupport
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 WordPressBlockSupport
impl Debug for WordPressBlockSupport
Source§impl Hash for WordPressBlockSupport
impl Hash for WordPressBlockSupport
Source§impl Ord for WordPressBlockSupport
impl Ord for WordPressBlockSupport
Source§fn cmp(&self, other: &WordPressBlockSupport) -> Ordering
fn cmp(&self, other: &WordPressBlockSupport) -> 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 WordPressBlockSupport
impl PartialEq for WordPressBlockSupport
Source§fn eq(&self, other: &WordPressBlockSupport) -> bool
fn eq(&self, other: &WordPressBlockSupport) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WordPressBlockSupport
impl PartialOrd for WordPressBlockSupport
impl Copy for WordPressBlockSupport
impl Eq for WordPressBlockSupport
impl StructuralPartialEq for WordPressBlockSupport
Auto Trait Implementations§
impl Freeze for WordPressBlockSupport
impl RefUnwindSafe for WordPressBlockSupport
impl Send for WordPressBlockSupport
impl Sync for WordPressBlockSupport
impl Unpin for WordPressBlockSupport
impl UnsafeUnpin for WordPressBlockSupport
impl UnwindSafe for WordPressBlockSupport
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