pub struct L4PeekInput {
pub peek: Vec<u8>,
pub context: Vec<ContextEntry>,
}Expand description
Mirrors the WIT l4-peek-input record from vane:plugin/handler-l4-peek@0.1.0.
Fields§
§peek: Vec<u8>§context: Vec<ContextEntry>Auto Trait Implementations§
impl Freeze for L4PeekInput
impl RefUnwindSafe for L4PeekInput
impl Send for L4PeekInput
impl Sync for L4PeekInput
impl Unpin for L4PeekInput
impl UnsafeUnpin for L4PeekInput
impl UnwindSafe for L4PeekInput
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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