Struct WordPressRestNamespace
pub struct WordPressRestNamespace(/* private fields */);Implementations§
Trait Implementations§
§impl Clone for WordPressRestNamespace
impl Clone for WordPressRestNamespace
§fn clone(&self) -> WordPressRestNamespace
fn clone(&self) -> WordPressRestNamespace
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 WordPressRestNamespace
impl Debug for WordPressRestNamespace
§impl Display for WordPressRestNamespace
impl Display for WordPressRestNamespace
§impl FromStr for WordPressRestNamespace
impl FromStr for WordPressRestNamespace
§impl Hash for WordPressRestNamespace
impl Hash for WordPressRestNamespace
§impl Ord for WordPressRestNamespace
impl Ord for WordPressRestNamespace
§fn cmp(&self, other: &WordPressRestNamespace) -> Ordering
fn cmp(&self, other: &WordPressRestNamespace) -> 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 WordPressRestNamespace
impl PartialEq for WordPressRestNamespace
§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