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