pub struct ConsumerSequence;Expand description
Selector for the consumer sequence number; see CONSUMER_SEQUENCE.
Trait Implementations§
Source§impl Clone for ConsumerSequence
impl Clone for ConsumerSequence
Source§fn clone(&self) -> ConsumerSequence
fn clone(&self) -> ConsumerSequence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConsumerSequence
Source§impl Debug for ConsumerSequence
impl Debug for ConsumerSequence
Auto Trait Implementations§
impl Freeze for ConsumerSequence
impl RefUnwindSafe for ConsumerSequence
impl Send for ConsumerSequence
impl Sync for ConsumerSequence
impl Unpin for ConsumerSequence
impl UnsafeUnpin for ConsumerSequence
impl UnwindSafe for ConsumerSequence
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