pub struct WordPressBlockCategory(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for WordPressBlockCategory
impl Clone for WordPressBlockCategory
Source§fn clone(&self) -> WordPressBlockCategory
fn clone(&self) -> WordPressBlockCategory
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 WordPressBlockCategory
impl Debug for WordPressBlockCategory
Source§impl Display for WordPressBlockCategory
impl Display for WordPressBlockCategory
Source§impl FromStr for WordPressBlockCategory
impl FromStr for WordPressBlockCategory
Source§impl Hash for WordPressBlockCategory
impl Hash for WordPressBlockCategory
Source§impl Ord for WordPressBlockCategory
impl Ord for WordPressBlockCategory
Source§fn cmp(&self, other: &WordPressBlockCategory) -> Ordering
fn cmp(&self, other: &WordPressBlockCategory) -> 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 WordPressBlockCategory
impl PartialEq for WordPressBlockCategory
Source§fn eq(&self, other: &WordPressBlockCategory) -> bool
fn eq(&self, other: &WordPressBlockCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WordPressBlockCategory
impl PartialOrd for WordPressBlockCategory
impl Eq for WordPressBlockCategory
impl StructuralPartialEq for WordPressBlockCategory
Auto Trait Implementations§
impl Freeze for WordPressBlockCategory
impl RefUnwindSafe for WordPressBlockCategory
impl Send for WordPressBlockCategory
impl Sync for WordPressBlockCategory
impl Unpin for WordPressBlockCategory
impl UnsafeUnpin for WordPressBlockCategory
impl UnwindSafe for WordPressBlockCategory
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