pub struct AddingDecoder<T: Streamable> { /* private fields */ }
Implementations§
Source§impl<T: Streamable> AddingDecoder<T>
impl<T: Streamable> AddingDecoder<T>
Trait Implementations§
Source§impl<T: Streamable + ToUnsigned<Output = R> + Add<Output = T>, R: Streamable> Decoder<R> for AddingDecoder<T>
impl<T: Streamable + ToUnsigned<Output = R> + Add<Output = T>, R: Streamable> Decoder<R> for AddingDecoder<T>
Auto Trait Implementations§
impl<T> Freeze for AddingDecoder<T>where
T: Freeze,
impl<T> !RefUnwindSafe for AddingDecoder<T>
impl<T> !Send for AddingDecoder<T>
impl<T> !Sync for AddingDecoder<T>
impl<T> Unpin for AddingDecoder<T>where
T: Unpin,
impl<T> !UnwindSafe for AddingDecoder<T>
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