pub struct Selections(pub Vec<ForumSelectionName>);
Tuple Fields§
§0: Vec<ForumSelectionName>
Trait Implementations§
Source§impl Clone for Selections
impl Clone for Selections
Source§fn clone(&self) -> Selections
fn clone(&self) -> Selections
Returns a copy 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 Selections
impl Debug for Selections
Source§impl Display for Selections
impl Display for Selections
Source§impl<T> From<T> for Selections
impl<T> From<T> for Selections
Source§fn from(value: T) -> Selections
fn from(value: T) -> Selections
Converts to this type from the input type.
Source§impl Hash for Selections
impl Hash for Selections
Source§impl PartialEq for Selections
impl PartialEq for Selections
impl Eq for Selections
impl StructuralPartialEq for Selections
Auto Trait Implementations§
impl Freeze for Selections
impl RefUnwindSafe for Selections
impl Send for Selections
impl Sync for Selections
impl Unpin for Selections
impl UnwindSafe for Selections
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