pub struct ArrayDataEncoder<I, V> { /* private fields */ }
Implementations§
Source§impl<I, V> ArrayDataEncoder<I, V>
impl<I, V> ArrayDataEncoder<I, V>
Trait Implementations§
Auto Trait Implementations§
impl<I, V> !Freeze for ArrayDataEncoder<I, V>
impl<I, V> !RefUnwindSafe for ArrayDataEncoder<I, V>
impl<I, V> Send for ArrayDataEncoder<I, V>
impl<I, V> !Sync for ArrayDataEncoder<I, V>
impl<I, V> Unpin for ArrayDataEncoder<I, V>
impl<I, V> UnwindSafe for ArrayDataEncoder<I, V>where
I: UnwindSafe,
V: UnwindSafe,
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