pub struct BincodeSerializer<K> { /* private fields */ }
Implementations§
Source§impl<K> BincodeSerializer<K>
impl<K> BincodeSerializer<K>
Trait Implementations§
Source§impl<K, F> FrameProcessor<F> for BincodeSerializer<K>
impl<K, F> FrameProcessor<F> for BincodeSerializer<K>
Auto Trait Implementations§
impl<K> Freeze for BincodeSerializer<K>where
K: Freeze,
impl<K> RefUnwindSafe for BincodeSerializer<K>where
K: RefUnwindSafe,
impl<K> Send for BincodeSerializer<K>where
K: Send,
impl<K> Sync for BincodeSerializer<K>where
K: Sync,
impl<K> Unpin for BincodeSerializer<K>where
K: Unpin,
impl<K> UnwindSafe for BincodeSerializer<K>where
K: 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