pub struct RingBufferKey {
pub ringbuffer: RingBufferId,
}Fields§
§ringbuffer: RingBufferIdImplementations§
Source§impl RingBufferKey
impl RingBufferKey
pub fn new(ringbuffer: RingBufferId) -> Self
pub fn encoded(ringbuffer: impl Into<RingBufferId>) -> EncodedKey
pub fn full_scan() -> EncodedKeyRange
Trait Implementations§
Source§impl Clone for RingBufferKey
impl Clone for RingBufferKey
Source§fn clone(&self) -> RingBufferKey
fn clone(&self) -> RingBufferKey
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 moreSource§impl Debug for RingBufferKey
impl Debug for RingBufferKey
Source§impl EncodableKey for RingBufferKey
impl EncodableKey for RingBufferKey
Source§impl PartialEq for RingBufferKey
impl PartialEq for RingBufferKey
impl StructuralPartialEq for RingBufferKey
Auto Trait Implementations§
impl Freeze for RingBufferKey
impl RefUnwindSafe for RingBufferKey
impl Send for RingBufferKey
impl Sync for RingBufferKey
impl Unpin for RingBufferKey
impl UnwindSafe for RingBufferKey
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