pub struct HttpMethodPropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for HttpMethodPropertyIriOrLabel
impl PartialEq<&str> for HttpMethodPropertyIriOrLabel
source§impl PartialEq<HttpMethodPropertyIriOrLabel> for &str
impl PartialEq<HttpMethodPropertyIriOrLabel> for &str
source§fn eq(&self, other: &HttpMethodPropertyIriOrLabel) -> bool
fn eq(&self, other: &HttpMethodPropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for HttpMethodPropertyIriOrLabel
impl RefUnwindSafe for HttpMethodPropertyIriOrLabel
impl Send for HttpMethodPropertyIriOrLabel
impl Sync for HttpMethodPropertyIriOrLabel
impl Unpin for HttpMethodPropertyIriOrLabel
impl UnwindSafe for HttpMethodPropertyIriOrLabel
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