Struct WeakSlab
unbase::slab
pub struct WeakSlab { pub id: u32, // some fields omitted }
id: u32
impl WeakSlab
pub fn upgrade(&self) -> Option<Slab>
impl Clone for WeakSlab
fn clone(&self) -> WeakSlab
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for WeakSlab
impl Sync for WeakSlab