pub struct CachedEncoder<const N: usize> { /* private fields */ }Expand description
A cached version of the encoder Useful to synchronize one set with multiple remotes at once (without calculating the symbols multiple times)
Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for CachedEncoder<N>
impl<const N: usize> RefUnwindSafe for CachedEncoder<N>
impl<const N: usize> Send for CachedEncoder<N>
impl<const N: usize> Sync for CachedEncoder<N>
impl<const N: usize> Unpin for CachedEncoder<N>
impl<const N: usize> UnsafeUnpin for CachedEncoder<N>
impl<const N: usize> UnwindSafe for CachedEncoder<N>
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