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