pub struct SelectionGroup(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for SelectionGroup
impl AsRef<str> for SelectionGroup
Source§impl Clone for SelectionGroup
impl Clone for SelectionGroup
Source§fn clone(&self) -> SelectionGroup
fn clone(&self) -> SelectionGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelectionGroup
impl Debug for SelectionGroup
impl Eq for SelectionGroup
Source§impl From<&str> for SelectionGroup
impl From<&str> for SelectionGroup
Source§impl From<String> for SelectionGroup
impl From<String> for SelectionGroup
Source§impl Hash for SelectionGroup
impl Hash for SelectionGroup
Source§impl Ord for SelectionGroup
impl Ord for SelectionGroup
Source§fn cmp(&self, other: &SelectionGroup) -> Ordering
fn cmp(&self, other: &SelectionGroup) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SelectionGroup
impl PartialEq for SelectionGroup
Source§fn eq(&self, other: &SelectionGroup) -> bool
fn eq(&self, other: &SelectionGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SelectionGroup
impl PartialOrd for SelectionGroup
impl StructuralPartialEq for SelectionGroup
Auto Trait Implementations§
impl Freeze for SelectionGroup
impl RefUnwindSafe for SelectionGroup
impl Send for SelectionGroup
impl Sync for SelectionGroup
impl Unpin for SelectionGroup
impl UnsafeUnpin for SelectionGroup
impl UnwindSafe for SelectionGroup
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