pub struct ArrayDecoder<Array, V>(/* private fields */);
Trait Implementations§
Source§impl<'a, Array, V> Decode<'a> for ArrayDecoder<Array, V>
impl<'a, Array, V> Decode<'a> for ArrayDecoder<Array, V>
Auto Trait Implementations§
impl<Array, V> Freeze for ArrayDecoder<Array, V>
impl<Array, V> RefUnwindSafe for ArrayDecoder<Array, V>where
Array: RefUnwindSafe,
V: RefUnwindSafe,
impl<Array, V> Send for ArrayDecoder<Array, V>
impl<Array, V> Sync for ArrayDecoder<Array, V>
impl<Array, V> Unpin for ArrayDecoder<Array, V>
impl<Array, V> UnwindSafe for ArrayDecoder<Array, V>where
Array: 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