Struct SectionHeader
pub struct SectionHeader { /* private fields */ }
Expand description
Each concurrent sublogger is tracked through a section header. They form a linked list of sections. The entry type is used to identify the type of data in the section.
Trait Implementations§
§impl<'__de> BorrowDecode<'__de> for SectionHeader
impl<'__de> BorrowDecode<'__de> for SectionHeader
§fn borrow_decode<__D>(decoder: &mut __D) -> Result<SectionHeader, DecodeError>where
__D: BorrowDecoder<'__de>,
fn borrow_decode<__D>(decoder: &mut __D) -> Result<SectionHeader, DecodeError>where
__D: BorrowDecoder<'__de>,
Attempt to decode this type with the given BorrowDecode.
§impl Debug for SectionHeader
impl Debug for SectionHeader
§impl Decode for SectionHeader
impl Decode for SectionHeader
§fn decode<__D>(decoder: &mut __D) -> Result<SectionHeader, DecodeError>where
__D: Decoder,
fn decode<__D>(decoder: &mut __D) -> Result<SectionHeader, DecodeError>where
__D: Decoder,
Attempt to decode this type with the given Decode.
§impl Default for SectionHeader
impl Default for SectionHeader
§fn default() -> SectionHeader
fn default() -> SectionHeader
Returns the “default value” for a type. Read more
§impl Encode for SectionHeader
impl Encode for SectionHeader
Auto Trait Implementations§
impl Freeze for SectionHeader
impl RefUnwindSafe for SectionHeader
impl Send for SectionHeader
impl Sync for SectionHeader
impl Unpin for SectionHeader
impl UnwindSafe for SectionHeader
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