Struct WordPressPluginHeaderName
pub struct WordPressPluginHeaderName(/* private fields */);Implementations§
Trait Implementations§
§impl Clone for WordPressPluginHeaderName
impl Clone for WordPressPluginHeaderName
§fn clone(&self) -> WordPressPluginHeaderName
fn clone(&self) -> WordPressPluginHeaderName
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 WordPressPluginHeaderName
impl Debug for WordPressPluginHeaderName
§impl Display for WordPressPluginHeaderName
impl Display for WordPressPluginHeaderName
§impl FromStr for WordPressPluginHeaderName
impl FromStr for WordPressPluginHeaderName
§impl Hash for WordPressPluginHeaderName
impl Hash for WordPressPluginHeaderName
§impl Ord for WordPressPluginHeaderName
impl Ord for WordPressPluginHeaderName
§fn cmp(&self, other: &WordPressPluginHeaderName) -> Ordering
fn cmp(&self, other: &WordPressPluginHeaderName) -> 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 WordPressPluginHeaderName
impl PartialEq for WordPressPluginHeaderName
§impl PartialOrd for WordPressPluginHeaderName
impl PartialOrd for WordPressPluginHeaderName
impl Eq for WordPressPluginHeaderName
impl StructuralPartialEq for WordPressPluginHeaderName
Auto Trait Implementations§
impl Freeze for WordPressPluginHeaderName
impl RefUnwindSafe for WordPressPluginHeaderName
impl Send for WordPressPluginHeaderName
impl Sync for WordPressPluginHeaderName
impl Unpin for WordPressPluginHeaderName
impl UnsafeUnpin for WordPressPluginHeaderName
impl UnwindSafe for WordPressPluginHeaderName
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