pub struct RowContext {
pub id: String,
pub data: HashMap<String, String>,
}Fields§
§id: String§data: HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowContext
impl RefUnwindSafe for RowContext
impl Send for RowContext
impl Sync for RowContext
impl Unpin for RowContext
impl UnsafeUnpin for RowContext
impl UnwindSafe for RowContext
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