#[repr(u8)]pub enum AutoGCRooter_Kind {
WrapperVector = 0,
Wrapper = 1,
Custom = 2,
Limit = 3,
}Variants§
Trait Implementations§
Source§impl Clone for AutoGCRooterKind
impl Clone for AutoGCRooterKind
Source§fn clone(&self) -> AutoGCRooterKind
fn clone(&self) -> AutoGCRooterKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AutoGCRooterKind
Source§impl Debug for AutoGCRooterKind
impl Debug for AutoGCRooterKind
impl Eq for AutoGCRooterKind
Source§impl Hash for AutoGCRooterKind
impl Hash for AutoGCRooterKind
Source§impl PartialEq for AutoGCRooterKind
impl PartialEq for AutoGCRooterKind
Source§fn eq(&self, other: &AutoGCRooterKind) -> bool
fn eq(&self, other: &AutoGCRooterKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutoGCRooterKind
Auto Trait Implementations§
impl Freeze for AutoGCRooterKind
impl RefUnwindSafe for AutoGCRooterKind
impl Send for AutoGCRooterKind
impl Sync for AutoGCRooterKind
impl Unpin for AutoGCRooterKind
impl UnsafeUnpin for AutoGCRooterKind
impl UnwindSafe for AutoGCRooterKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more