pub struct Strings { /* private fields */ }
Expand description
See ArgData
for details.
Implementations§
Trait Implementations§
impl Send for Strings
impl Sync for Strings
Auto Trait Implementations§
impl Freeze for Strings
impl RefUnwindSafe for Strings
impl Unpin for Strings
impl UnwindSafe for Strings
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