pub struct NamespaceRingBufferKey {
pub namespace: NamespaceId,
pub ring_buffer: RingBufferId,
}Fields§
§namespace: NamespaceId§ring_buffer: RingBufferIdImplementations§
Source§impl NamespaceRingBufferKey
impl NamespaceRingBufferKey
pub fn new(namespace: NamespaceId, ring_buffer: RingBufferId) -> Self
pub fn full_scan(namespace: NamespaceId) -> EncodedKeyRange
Trait Implementations§
Source§impl Clone for NamespaceRingBufferKey
impl Clone for NamespaceRingBufferKey
Source§fn clone(&self) -> NamespaceRingBufferKey
fn clone(&self) -> NamespaceRingBufferKey
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NamespaceRingBufferKey
impl Debug for NamespaceRingBufferKey
Source§impl PartialEq for NamespaceRingBufferKey
impl PartialEq for NamespaceRingBufferKey
impl StructuralPartialEq for NamespaceRingBufferKey
Auto Trait Implementations§
impl Freeze for NamespaceRingBufferKey
impl RefUnwindSafe for NamespaceRingBufferKey
impl Send for NamespaceRingBufferKey
impl Sync for NamespaceRingBufferKey
impl Unpin for NamespaceRingBufferKey
impl UnwindSafe for NamespaceRingBufferKey
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)