pub struct DataString { /* private fields */ }Implementations§
Source§impl DataString
impl DataString
pub fn with_strings(strings: Vec<String>) -> Self
Trait Implementations§
Source§impl Clone for DataString
impl Clone for DataString
Source§fn clone(&self) -> DataString
fn clone(&self) -> DataString
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataString
impl Debug for DataString
Source§impl Parse<'_> for DataString
impl Parse<'_> for DataString
Source§impl PartialEq for DataString
impl PartialEq for DataString
impl Eq for DataString
impl StructuralPartialEq for DataString
Auto Trait Implementations§
impl Freeze for DataString
impl RefUnwindSafe for DataString
impl Send for DataString
impl Sync for DataString
impl Unpin for DataString
impl UnwindSafe for DataString
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