pub struct ConsumerState<TPayload>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<TPayload: Clone> Clone for ConsumerState<TPayload>
impl<TPayload: Clone> Clone for ConsumerState<TPayload>
Source§fn clone(&self) -> ConsumerState<TPayload>
fn clone(&self) -> ConsumerState<TPayload>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<TPayload> Freeze for ConsumerState<TPayload>
impl<TPayload> !RefUnwindSafe for ConsumerState<TPayload>
impl<TPayload> Send for ConsumerState<TPayload>where
TPayload: Send,
impl<TPayload> Sync for ConsumerState<TPayload>where
TPayload: Send,
impl<TPayload> Unpin for ConsumerState<TPayload>
impl<TPayload> UnsafeUnpin for ConsumerState<TPayload>
impl<TPayload> !UnwindSafe for ConsumerState<TPayload>
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