pub struct DecoderBox { /* private fields */ }Implementations§
Source§impl DecoderBox
impl DecoderBox
pub fn new<T: 'static + Decoder>(diss: T) -> DecoderBox
pub fn new_worker(&mut self, ctx: &Context) -> WorkerBox
pub fn execution_type(&self) -> ExecType
Trait Implementations§
Source§impl Clone for DecoderBox
impl Clone for DecoderBox
Source§fn clone(&self) -> DecoderBox
fn clone(&self) -> DecoderBox
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecoderBox
impl Send for DecoderBox
Auto Trait Implementations§
impl Freeze for DecoderBox
impl !RefUnwindSafe for DecoderBox
impl !Sync for DecoderBox
impl Unpin for DecoderBox
impl !UnwindSafe for DecoderBox
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