#[repr(C)]pub struct MapEntryVectorString {
pub key: String,
pub value: Vec<String>,
}Fields§
§key: String§value: Vec<String>Trait Implementations§
Source§impl ExternType for MapEntryVectorString
impl ExternType for MapEntryVectorString
Auto Trait Implementations§
impl Freeze for MapEntryVectorString
impl RefUnwindSafe for MapEntryVectorString
impl Send for MapEntryVectorString
impl Sync for MapEntryVectorString
impl Unpin for MapEntryVectorString
impl UnwindSafe for MapEntryVectorString
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