pub struct ConsumerOpts(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ConsumerOpts
impl Clone for ConsumerOpts
Source§fn clone(&self) -> ConsumerOpts
fn clone(&self) -> ConsumerOpts
Returns a copy 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 moreSource§impl Default for ConsumerOpts
impl Default for ConsumerOpts
Source§fn default() -> ConsumerOpts
fn default() -> ConsumerOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConsumerOpts
impl RefUnwindSafe for ConsumerOpts
impl Send for ConsumerOpts
impl Sync for ConsumerOpts
impl Unpin for ConsumerOpts
impl UnwindSafe for ConsumerOpts
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