pub struct JitAssembler;Expand description
Assembles shards back into original data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JitAssembler
impl RefUnwindSafe for JitAssembler
impl Send for JitAssembler
impl Sync for JitAssembler
impl Unpin for JitAssembler
impl UnsafeUnpin for JitAssembler
impl UnwindSafe for JitAssembler
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