Trait rquickjs_core::class::HasRefs
source · pub trait HasRefs {
// Required method
fn mark_refs(&self, marker: &RefsMarker);
}
Available on crate feature
classes
only.Expand description
The helper trait to mark internal JS value refs
Required Methods§
fn mark_refs(&self, marker: &RefsMarker)
Implementations on Foreign Types§
source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> HasRefs for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)where
A: HasRefs,
B: HasRefs,
C: HasRefs,
D: HasRefs,
E: HasRefs,
F: HasRefs,
G: HasRefs,
H: HasRefs,
I: HasRefs,
J: HasRefs,
K: HasRefs,
L: HasRefs,
M: HasRefs,
N: HasRefs,
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> HasRefs for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)where A: HasRefs, B: HasRefs, C: HasRefs, D: HasRefs, E: HasRefs, F: HasRefs, G: HasRefs, H: HasRefs, I: HasRefs, J: HasRefs, K: HasRefs, L: HasRefs, M: HasRefs, N: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<A, B> HasRefs for (A, B)where
A: HasRefs,
B: HasRefs,
impl<A, B> HasRefs for (A, B)where A: HasRefs, B: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<A, B, C, D> HasRefs for (A, B, C, D)where
A: HasRefs,
B: HasRefs,
C: HasRefs,
D: HasRefs,
impl<A, B, C, D> HasRefs for (A, B, C, D)where A: HasRefs, B: HasRefs, C: HasRefs, D: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M> HasRefs for (A, B, C, D, E, F, G, H, I, J, K, L, M)where
A: HasRefs,
B: HasRefs,
C: HasRefs,
D: HasRefs,
E: HasRefs,
F: HasRefs,
G: HasRefs,
H: HasRefs,
I: HasRefs,
J: HasRefs,
K: HasRefs,
L: HasRefs,
M: HasRefs,
impl<A, B, C, D, E, F, G, H, I, J, K, L, M> HasRefs for (A, B, C, D, E, F, G, H, I, J, K, L, M)where A: HasRefs, B: HasRefs, C: HasRefs, D: HasRefs, E: HasRefs, F: HasRefs, G: HasRefs, H: HasRefs, I: HasRefs, J: HasRefs, K: HasRefs, L: HasRefs, M: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<K, V> HasRefs for BTreeMap<K, V>where
V: HasRefs,
impl<K, V> HasRefs for BTreeMap<K, V>where V: HasRefs,
fn mark_refs(&self, marker: &RefsMarker)
source§impl<T, S> HasRefs for IndexSet<T, S>where
T: HasRefs,
Available on crate feature indexmap
only.
impl<T, S> HasRefs for IndexSet<T, S>where T: HasRefs,
Available on crate feature
indexmap
only.fn mark_refs(&self, marker: &RefsMarker)
source§impl<T> HasRefs for LinkedList<T>where
T: HasRefs,
impl<T> HasRefs for LinkedList<T>where T: HasRefs,
fn mark_refs(&self, marker: &RefsMarker)
source§impl<A, B, C, D, E> HasRefs for (A, B, C, D, E)where
A: HasRefs,
B: HasRefs,
C: HasRefs,
D: HasRefs,
E: HasRefs,
impl<A, B, C, D, E> HasRefs for (A, B, C, D, E)where A: HasRefs, B: HasRefs, C: HasRefs, D: HasRefs, E: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<K, V, S> HasRefs for IndexMap<K, V, S>where
V: HasRefs,
Available on crate feature indexmap
only.
impl<K, V, S> HasRefs for IndexMap<K, V, S>where V: HasRefs,
Available on crate feature
indexmap
only.fn mark_refs(&self, marker: &RefsMarker)
source§impl<A, B, C, D, E, F, G> HasRefs for (A, B, C, D, E, F, G)where
A: HasRefs,
B: HasRefs,
C: HasRefs,
D: HasRefs,
E: HasRefs,
F: HasRefs,
G: HasRefs,
impl<A, B, C, D, E, F, G> HasRefs for (A, B, C, D, E, F, G)where A: HasRefs, B: HasRefs, C: HasRefs, D: HasRefs, E: HasRefs, F: HasRefs, G: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<A, B, C, D, E, F, G, H> HasRefs for (A, B, C, D, E, F, G, H)where
A: HasRefs,
B: HasRefs,
C: HasRefs,
D: HasRefs,
E: HasRefs,
F: HasRefs,
G: HasRefs,
H: HasRefs,
impl<A, B, C, D, E, F, G, H> HasRefs for (A, B, C, D, E, F, G, H)where A: HasRefs, B: HasRefs, C: HasRefs, D: HasRefs, E: HasRefs, F: HasRefs, G: HasRefs, H: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> HasRefs for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)where
A: HasRefs,
B: HasRefs,
C: HasRefs,
D: HasRefs,
E: HasRefs,
F: HasRefs,
G: HasRefs,
H: HasRefs,
I: HasRefs,
J: HasRefs,
K: HasRefs,
L: HasRefs,
M: HasRefs,
N: HasRefs,
O: HasRefs,
P: HasRefs,
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> HasRefs for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)where A: HasRefs, B: HasRefs, C: HasRefs, D: HasRefs, E: HasRefs, F: HasRefs, G: HasRefs, H: HasRefs, I: HasRefs, J: HasRefs, K: HasRefs, L: HasRefs, M: HasRefs, N: HasRefs, O: HasRefs, P: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<A, B, C> HasRefs for (A, B, C)where
A: HasRefs,
B: HasRefs,
C: HasRefs,
impl<A, B, C> HasRefs for (A, B, C)where A: HasRefs, B: HasRefs, C: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<T, S> HasRefs for HashSet<T, S>where
T: HasRefs,
impl<T, S> HasRefs for HashSet<T, S>where T: HasRefs,
fn mark_refs(&self, marker: &RefsMarker)
source§impl<K, V, S> HasRefs for HashMap<K, V, S>where
V: HasRefs,
impl<K, V, S> HasRefs for HashMap<K, V, S>where V: HasRefs,
fn mark_refs(&self, marker: &RefsMarker)
source§impl<A, B, C, D, E, F, G, H, I, J, K, L> HasRefs for (A, B, C, D, E, F, G, H, I, J, K, L)where
A: HasRefs,
B: HasRefs,
C: HasRefs,
D: HasRefs,
E: HasRefs,
F: HasRefs,
G: HasRefs,
H: HasRefs,
I: HasRefs,
J: HasRefs,
K: HasRefs,
L: HasRefs,
impl<A, B, C, D, E, F, G, H, I, J, K, L> HasRefs for (A, B, C, D, E, F, G, H, I, J, K, L)where A: HasRefs, B: HasRefs, C: HasRefs, D: HasRefs, E: HasRefs, F: HasRefs, G: HasRefs, H: HasRefs, I: HasRefs, J: HasRefs, K: HasRefs, L: HasRefs,
fn mark_refs(&self, _marker: &RefsMarker)
source§impl<L, R> HasRefs for Either<L, R>where
L: HasRefs,
R: HasRefs,
Available on crate feature either
only.
impl<L, R> HasRefs for Either<L, R>where L: HasRefs, R: HasRefs,
Available on crate feature
either
only.