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