pub struct Encoder4<A, B, C, D> { /* private fields */ }Expand description
An encoder which encodes four objects, one after the other.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, B, C, D> Freeze for Encoder4<A, B, C, D>
impl<A, B, C, D> RefUnwindSafe for Encoder4<A, B, C, D>
impl<A, B, C, D> Send for Encoder4<A, B, C, D>
impl<A, B, C, D> Sync for Encoder4<A, B, C, D>
impl<A, B, C, D> Unpin for Encoder4<A, B, C, D>
impl<A, B, C, D> UnwindSafe for Encoder4<A, B, C, D>
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