Expand description
A handle that allows access to an object in a slab.
While the guard exists, it indicates to the slab that the item the guard
references is currently being accessed. If the item is removed from the slab
while a guard exists, the removal will be deferred until all guards are dropped.
Returns the key used to access the guard.
Formats the value using the given formatter. Read more
The resulting type after dereferencing.
Executes the destructor for this type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.