pub struct MidData {
pub key: String,
pub result: Vec<String>,
pub hash: String,
}
Fields§
§key: String
§result: Vec<String>
§hash: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MidData
impl RefUnwindSafe for MidData
impl Send for MidData
impl Sync for MidData
impl Unpin for MidData
impl UnwindSafe for MidData
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