pub struct QStringList { /* private fields */ }Expand description
Wrapper around QStringList class.
Implementations§
Trait Implementations§
Source§impl Clone for QStringList
impl Clone for QStringList
Source§impl Debug for QStringList
impl Debug for QStringList
Source§impl Default for QStringList
impl Default for QStringList
Source§impl Drop for QStringList
impl Drop for QStringList
impl Eq for QStringList
Source§impl<T> From<&[T]> for QStringList
impl<T> From<&[T]> for QStringList
Source§impl<T> From<QStringList> for Vec<T>
impl<T> From<QStringList> for Vec<T>
Source§fn from(arr: QStringList) -> Self
fn from(arr: QStringList) -> Self
Converts to this type from the input type.
Source§impl From<QStringList> for QVariant
impl From<QStringList> for QVariant
Source§fn from(a: QStringList) -> Self
fn from(a: QStringList) -> Self
Wrapper around QVariant(const QStringList &) constructor.
Source§impl<T> From<Vec<T>> for QStringList
impl<T> From<Vec<T>> for QStringList
Source§impl<T> FromIterator<T> for QStringList
impl<T> FromIterator<T> for QStringList
Source§fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
Creates a value from an iterator. Read more
Source§impl Index<usize> for QStringList
impl Index<usize> for QStringList
Source§impl<'a> IntoIterator for &'a QStringList
impl<'a> IntoIterator for &'a QStringList
Source§impl PartialEq for QStringList
impl PartialEq for QStringList
Source§fn eq(&self, other: &QStringList) -> bool
fn eq(&self, other: &QStringList) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
impl Freeze for QStringList
impl RefUnwindSafe for QStringList
impl Send for QStringList
impl Sync for QStringList
impl Unpin for QStringList
impl UnsafeUnpin for QStringList
impl UnwindSafe for QStringList
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