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