pub enum EmatchAttrs<'a> {
TreeHdr(PushTcfEmatchTreeHdr),
TreeList(&'a [u8]),
}Available on crate feature
tc only.Variants§
TreeHdr(PushTcfEmatchTreeHdr)
TreeList(&'a [u8])
Implementations§
Source§impl<'a> EmatchAttrs<'a>
impl<'a> EmatchAttrs<'a>
pub fn new(buf: &'a [u8]) -> IterableEmatchAttrs<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for EmatchAttrs<'a>
impl<'a> Clone for EmatchAttrs<'a>
Source§fn clone(&self) -> EmatchAttrs<'a>
fn clone(&self) -> EmatchAttrs<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for EmatchAttrs<'a>
impl<'a> RefUnwindSafe for EmatchAttrs<'a>
impl<'a> Send for EmatchAttrs<'a>
impl<'a> Sync for EmatchAttrs<'a>
impl<'a> Unpin for EmatchAttrs<'a>
impl<'a> UnwindSafe for EmatchAttrs<'a>
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