enum SectionLabel {
    Known(SectionKind),
    Unknown(Vec<u8>),
}Variants§
Known(SectionKind)
Unknown(Vec<u8>)
Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for SectionLabel
 
impl AsRef<[u8]> for SectionLabel
Auto Trait Implementations§
impl Freeze for SectionLabel
impl RefUnwindSafe for SectionLabel
impl Send for SectionLabel
impl Sync for SectionLabel
impl Unpin for SectionLabel
impl UnwindSafe for SectionLabel
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