Struct WordPressPostTypeSlug
pub struct WordPressPostTypeSlug(/* private fields */);Implementations§
Trait Implementations§
§impl Clone for WordPressPostTypeSlug
impl Clone for WordPressPostTypeSlug
§fn clone(&self) -> WordPressPostTypeSlug
fn clone(&self) -> WordPressPostTypeSlug
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for WordPressPostTypeSlug
impl Debug for WordPressPostTypeSlug
§impl Display for WordPressPostTypeSlug
impl Display for WordPressPostTypeSlug
§impl FromStr for WordPressPostTypeSlug
impl FromStr for WordPressPostTypeSlug
§impl Hash for WordPressPostTypeSlug
impl Hash for WordPressPostTypeSlug
§impl Ord for WordPressPostTypeSlug
impl Ord for WordPressPostTypeSlug
§fn cmp(&self, other: &WordPressPostTypeSlug) -> Ordering
fn cmp(&self, other: &WordPressPostTypeSlug) -> Ordering
1.21.0 · 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
§impl PartialEq for WordPressPostTypeSlug
impl PartialEq for WordPressPostTypeSlug
§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