pub struct GroupGenerator;Expand description
Generator for group encoders and decoders.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupGenerator
impl RefUnwindSafe for GroupGenerator
impl Send for GroupGenerator
impl Sync for GroupGenerator
impl Unpin for GroupGenerator
impl UnwindSafe for GroupGenerator
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