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