[−][src]Struct gc_sequence::SequenceFnWith
Methods
impl<C, F> SequenceFnWith<C, F>
[src]
pub fn new(c: C, f: F) -> SequenceFnWith<C, F>
[src]
Trait Implementations
impl<'gc, C, F, R> Sequence<'gc> for SequenceFnWith<C, F> where
F: 'static + FnOnce(MutationContext<'gc, '_>, C) -> R,
C: Collect,
[src]
F: 'static + FnOnce(MutationContext<'gc, '_>, C) -> R,
C: Collect,
impl<C, F> Drop for SequenceFnWith<C, F>
[src]
impl<C: Debug, F: Debug> Debug for SequenceFnWith<C, F>
[src]
impl<C, F> Collect for SequenceFnWith<C, F> where
Option<(C, StaticCollect<F>)>: Collect,
[src]
Option<(C, StaticCollect<F>)>: Collect,
fn needs_trace() -> bool
[src]
fn trace(&self, cc: CollectionContext)
[src]
Auto Trait Implementations
impl<C, F> Send for SequenceFnWith<C, F> where
C: Send,
F: Send,
C: Send,
F: Send,
impl<C, F> Sync for SequenceFnWith<C, F> where
C: Sync,
F: Sync,
C: Sync,
F: Sync,
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,