pub struct CellEncoder {}Expand description
Cell encoder
TODO: Implementation in M5.0-15
Implementations§
Source§impl CellEncoder
impl CellEncoder
Trait Implementations§
Source§impl Debug for CellEncoder
impl Debug for CellEncoder
Auto Trait Implementations§
impl Freeze for CellEncoder
impl RefUnwindSafe for CellEncoder
impl Send for CellEncoder
impl Sync for CellEncoder
impl Unpin for CellEncoder
impl UnsafeUnpin for CellEncoder
impl UnwindSafe for CellEncoder
Blanket Implementations§
impl<T> Allocation for T
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