pub struct MapAccess {
pub column: Box<Expr>,
pub key: String,
}
Fields§
§column: Box<Expr>
§key: String
Trait Implementations§
impl Eq for MapAccess
impl StructuralPartialEq for MapAccess
Auto Trait Implementations§
impl Freeze for MapAccess
impl RefUnwindSafe for MapAccess
impl Send for MapAccess
impl Sync for MapAccess
impl Unpin for MapAccess
impl UnwindSafe for MapAccess
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