pub struct HeaderViewWithExtension {
pub inner: HeaderView,
pub extension: Option<JsonBytes>,
}Fields§
§inner: HeaderView§extension: Option<JsonBytes>Trait Implementations§
Source§impl Clone for HeaderViewWithExtension
impl Clone for HeaderViewWithExtension
Source§fn clone(&self) -> HeaderViewWithExtension
fn clone(&self) -> HeaderViewWithExtension
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 moreSource§impl Debug for HeaderViewWithExtension
impl Debug for HeaderViewWithExtension
Source§impl Default for HeaderViewWithExtension
impl Default for HeaderViewWithExtension
Source§fn default() -> HeaderViewWithExtension
fn default() -> HeaderViewWithExtension
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HeaderViewWithExtension
impl<'de> Deserialize<'de> for HeaderViewWithExtension
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<BlockView> for HeaderViewWithExtension
impl From<BlockView> for HeaderViewWithExtension
Source§impl Hash for HeaderViewWithExtension
impl Hash for HeaderViewWithExtension
Source§impl PartialEq for HeaderViewWithExtension
impl PartialEq for HeaderViewWithExtension
Source§impl Serialize for HeaderViewWithExtension
impl Serialize for HeaderViewWithExtension
impl Eq for HeaderViewWithExtension
impl StructuralPartialEq for HeaderViewWithExtension
Auto Trait Implementations§
impl !Freeze for HeaderViewWithExtension
impl RefUnwindSafe for HeaderViewWithExtension
impl Send for HeaderViewWithExtension
impl Sync for HeaderViewWithExtension
impl Unpin for HeaderViewWithExtension
impl UnwindSafe for HeaderViewWithExtension
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.