Struct async_nats::header::HeaderName
source · pub struct HeaderName { /* private fields */ }
Trait Implementations
sourceimpl AsRef<[u8]> for HeaderName
impl AsRef<[u8]> for HeaderName
sourceimpl Clone for HeaderName
impl Clone for HeaderName
sourcefn clone(&self) -> HeaderName
fn clone(&self) -> HeaderName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for HeaderName
impl Debug for HeaderName
sourceimpl FromStr for HeaderName
impl FromStr for HeaderName
sourceimpl Hash for HeaderName
impl Hash for HeaderName
sourceimpl IntoHeaderName for HeaderName
impl IntoHeaderName for HeaderName
fn into_header_name(self) -> HeaderName
sourceimpl PartialEq<HeaderName> for HeaderName
impl PartialEq<HeaderName> for HeaderName
sourcefn eq(&self, other: &HeaderName) -> bool
fn eq(&self, other: &HeaderName) -> bool
sourceimpl Serialize for HeaderName
impl Serialize for HeaderName
impl Eq for HeaderName
impl StructuralEq for HeaderName
impl StructuralPartialEq for HeaderName
Auto Trait Implementations
impl RefUnwindSafe for HeaderName
impl Send for HeaderName
impl Sync for HeaderName
impl Unpin for HeaderName
impl UnwindSafe for HeaderName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more