pub struct Collection<'a, C, T>where
C: 'a + Collectable<T>,{ /* private fields */ }Expand description
A parameter that takes multiple values (specifiable Nargs).
Implementations§
Source§impl<'a, C, T> Collection<'a, C, T>where
C: 'a + Collectable<T>,
impl<'a, C, T> Collection<'a, C, T>where
C: 'a + Collectable<T>,
Trait Implementations§
impl<'a, C, T> CliArgument for Collection<'a, C, T>where
C: 'a + Collectable<T>,
impl<'a, C, T> CliOption for Collection<'a, C, T>where
C: 'a + Collectable<T>,
Auto Trait Implementations§
impl<'a, C, T> Freeze for Collection<'a, C, T>
impl<'a, C, T> !RefUnwindSafe for Collection<'a, C, T>
impl<'a, C, T> !Send for Collection<'a, C, T>
impl<'a, C, T> !Sync for Collection<'a, C, T>
impl<'a, C, T> Unpin for Collection<'a, C, T>where
T: Unpin,
impl<'a, C, T> !UnwindSafe for Collection<'a, C, T>
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