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