pub struct StringListState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for StringListState
impl Clone for StringListState
Source§fn clone(&self) -> StringListState
fn clone(&self) -> StringListState
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 StringListState
impl Debug for StringListState
Source§impl PartialEq for StringListState
impl PartialEq for StringListState
impl Eq for StringListState
impl StructuralPartialEq for StringListState
Auto Trait Implementations§
impl Freeze for StringListState
impl RefUnwindSafe for StringListState
impl Send for StringListState
impl Sync for StringListState
impl Unpin for StringListState
impl UnsafeUnpin for StringListState
impl UnwindSafe for StringListState
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