pub struct ResponseHeaderPlan {
pub wire_name: String,
pub value_kind: ResponseHeaderValueKind,
}Fields§
§wire_name: String§value_kind: ResponseHeaderValueKindTrait Implementations§
Source§impl Clone for ResponseHeaderPlan
impl Clone for ResponseHeaderPlan
Source§fn clone(&self) -> ResponseHeaderPlan
fn clone(&self) -> ResponseHeaderPlan
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 ResponseHeaderPlan
impl Debug for ResponseHeaderPlan
impl Eq for ResponseHeaderPlan
Source§impl PartialEq for ResponseHeaderPlan
impl PartialEq for ResponseHeaderPlan
impl StructuralPartialEq for ResponseHeaderPlan
Auto Trait Implementations§
impl Freeze for ResponseHeaderPlan
impl RefUnwindSafe for ResponseHeaderPlan
impl Send for ResponseHeaderPlan
impl Sync for ResponseHeaderPlan
impl Unpin for ResponseHeaderPlan
impl UnsafeUnpin for ResponseHeaderPlan
impl UnwindSafe for ResponseHeaderPlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.