pub struct SingleTableMap { /* private fields */ }
Expand description
Opaque reference to a table map, intended to be consumed by [Event
]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SingleTableMap
impl RefUnwindSafe for SingleTableMap
impl Send for SingleTableMap
impl Sync for SingleTableMap
impl Unpin for SingleTableMap
impl UnwindSafe for SingleTableMap
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