pub struct NamespaceTableKey {
pub namespace: NamespaceId,
pub table: TableId,
}Fields§
§namespace: NamespaceId§table: TableIdImplementations§
Source§impl NamespaceTableKey
impl NamespaceTableKey
pub fn full_scan(namespace_id: NamespaceId) -> EncodedKeyRange
Trait Implementations§
Source§impl Clone for NamespaceTableKey
impl Clone for NamespaceTableKey
Source§fn clone(&self) -> NamespaceTableKey
fn clone(&self) -> NamespaceTableKey
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 NamespaceTableKey
impl Debug for NamespaceTableKey
Source§impl EncodableKey for NamespaceTableKey
impl EncodableKey for NamespaceTableKey
Source§impl PartialEq for NamespaceTableKey
impl PartialEq for NamespaceTableKey
impl StructuralPartialEq for NamespaceTableKey
Auto Trait Implementations§
impl Freeze for NamespaceTableKey
impl RefUnwindSafe for NamespaceTableKey
impl Send for NamespaceTableKey
impl Sync for NamespaceTableKey
impl Unpin for NamespaceTableKey
impl UnwindSafe for NamespaceTableKey
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