pub struct WordAttachment;
Trait Implementations§
Source§impl Attachment<(), ()> for WordAttachment
impl Attachment<(), ()> for WordAttachment
fn heap_size_of(_cap: usize) -> usize
fn new(_cap: usize, _heap_ptr: usize, _heap_size: usize) -> Self
fn get(&self, _index: usize) -> ((), ())
fn set(&self, _index: usize, _key: (), _value: ())
fn erase(&self, _index: usize)
fn dealloc(&self)
fn probe(&self, _index: usize, _value: &()) -> bool
Auto Trait Implementations§
impl Freeze for WordAttachment
impl RefUnwindSafe for WordAttachment
impl Send for WordAttachment
impl Sync for WordAttachment
impl Unpin for WordAttachment
impl UnwindSafe for WordAttachment
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