pub enum NoMap {}Expand description
MapReference for EbpfProgramContext where maps are not used.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoMap
impl RefUnwindSafe for NoMap
impl Send for NoMap
impl Sync for NoMap
impl Unpin for NoMap
impl UnwindSafe for NoMap
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