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