pub(crate) struct DynQueueWriteBuffer(Arc<dyn QueueWriteBufferInterface>);
Available on
custom
only.Tuple Fields§
§0: Arc<dyn QueueWriteBufferInterface>
Implementations§
Source§impl DynQueueWriteBuffer
impl DynQueueWriteBuffer
pub(crate) fn new<T: QueueWriteBufferInterface>(t: T) -> Self
Trait Implementations§
Source§impl Debug for DynQueueWriteBuffer
impl Debug for DynQueueWriteBuffer
Source§impl Deref for DynQueueWriteBuffer
impl Deref for DynQueueWriteBuffer
Source§impl DerefMut for DynQueueWriteBuffer
impl DerefMut for DynQueueWriteBuffer
Source§impl Hash for DynQueueWriteBuffer
impl Hash for DynQueueWriteBuffer
Source§impl Ord for DynQueueWriteBuffer
impl Ord for DynQueueWriteBuffer
Source§impl PartialEq for DynQueueWriteBuffer
impl PartialEq for DynQueueWriteBuffer
Source§impl PartialOrd for DynQueueWriteBuffer
impl PartialOrd for DynQueueWriteBuffer
impl Eq for DynQueueWriteBuffer
Auto Trait Implementations§
impl Freeze for DynQueueWriteBuffer
impl !RefUnwindSafe for DynQueueWriteBuffer
impl Send for DynQueueWriteBuffer
impl Sync for DynQueueWriteBuffer
impl Unpin for DynQueueWriteBuffer
impl !UnwindSafe for DynQueueWriteBuffer
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.