pub struct NamespaceDictionaryKey {
pub namespace: NamespaceId,
pub dictionary: DictionaryId,
}Fields§
§namespace: NamespaceId§dictionary: DictionaryIdImplementations§
Source§impl NamespaceDictionaryKey
impl NamespaceDictionaryKey
pub fn new(namespace: NamespaceId, dictionary: DictionaryId) -> Self
pub fn full_scan(namespace: NamespaceId) -> EncodedKeyRange
Trait Implementations§
Source§impl Clone for NamespaceDictionaryKey
impl Clone for NamespaceDictionaryKey
Source§fn clone(&self) -> NamespaceDictionaryKey
fn clone(&self) -> NamespaceDictionaryKey
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 NamespaceDictionaryKey
impl Debug for NamespaceDictionaryKey
Source§impl PartialEq for NamespaceDictionaryKey
impl PartialEq for NamespaceDictionaryKey
impl StructuralPartialEq for NamespaceDictionaryKey
Auto Trait Implementations§
impl Freeze for NamespaceDictionaryKey
impl RefUnwindSafe for NamespaceDictionaryKey
impl Send for NamespaceDictionaryKey
impl Sync for NamespaceDictionaryKey
impl Unpin for NamespaceDictionaryKey
impl UnwindSafe for NamespaceDictionaryKey
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