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