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