Struct radiation::Collection
source · [−]pub struct Collection<C>(pub C);Tuple Fields
0: CTrait Implementations
sourceimpl<'pa, C> Absorb<'pa> for Collection<C> where
C: Default + IntoIterator + Extend<C::Item>,
C::Item: Absorb<'pa>,
impl<'pa, C> Absorb<'pa> for Collection<C> where
C: Default + IntoIterator + Extend<C::Item>,
C::Item: Absorb<'pa>,
sourceimpl<C: Clone> Clone for Collection<C>
impl<C: Clone> Clone for Collection<C>
sourcefn clone(&self) -> Collection<C>
fn clone(&self) -> Collection<C>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<C: Debug> Debug for Collection<C>
impl<C: Debug> Debug for Collection<C>
sourceimpl<C, W> Emit<W> for Collection<C> where
C: IntoIterator + Clone,
C::Item: Emit<W>,
W: Extend<u8> + RadiationBuffer,
impl<C, W> Emit<W> for Collection<C> where
C: IntoIterator + Clone,
C::Item: Emit<W>,
W: Extend<u8> + RadiationBuffer,
sourceimpl<C: PartialEq> PartialEq<Collection<C>> for Collection<C>
impl<C: PartialEq> PartialEq<Collection<C>> for Collection<C>
sourcefn eq(&self, other: &Collection<C>) -> bool
fn eq(&self, other: &Collection<C>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Collection<C>) -> bool
fn ne(&self, other: &Collection<C>) -> bool
This method tests for !=.
impl<C: Eq> Eq for Collection<C>
impl<C> StructuralEq for Collection<C>
impl<C> StructuralPartialEq for Collection<C>
Auto Trait Implementations
impl<C> RefUnwindSafe for Collection<C> where
C: RefUnwindSafe,
impl<C> Send for Collection<C> where
C: Send,
impl<C> Sync for Collection<C> where
C: Sync,
impl<C> Unpin for Collection<C> where
C: Unpin,
impl<C> UnwindSafe for Collection<C> where
C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more