#[repr(transparent)]pub struct NamespaceId(pub u64);Tuple Fields§
§0: u64Implementations§
Source§impl NamespaceId
impl NamespaceId
pub const ROOT: NamespaceId
pub const SYSTEM: NamespaceId
pub const DEFAULT: NamespaceId
pub const SYSTEM_CONFIG: NamespaceId
pub const SYSTEM_METRICS: NamespaceId
pub const SYSTEM_METRICS_STORAGE: NamespaceId
pub const SYSTEM_METRICS_CDC: NamespaceId
pub const SYSTEM_PROCEDURES: NamespaceId
pub const SYSTEM_BINDINGS: NamespaceId
pub const RQL: NamespaceId
pub const SYSTEM_METRICS_PROFILER: NamespaceId
pub const SYSTEM_METRICS_PROFILER_QUERY: NamespaceId
pub const SYSTEM_METRICS_PROFILER_TXN: NamespaceId
pub const SYSTEM_METRICS_PROFILER_STORAGE: NamespaceId
pub const SYSTEM_METRICS_PROFILER_PLAN: NamespaceId
pub const SYSTEM_METRICS_PROFILER_CDC: NamespaceId
pub const SYSTEM_METRICS_PROFILER_FLOW: NamespaceId
pub const SYSTEM_METRICS_RUNTIME: NamespaceId
pub const SYSTEM_METRICS_RUNTIME_MEMORY: NamespaceId
pub const SYSTEM_METRICS_RUNTIME_WATERMARKS: NamespaceId
pub const SYSTEM_METRICS_PROFILER_SUBSCRIPTION: NamespaceId
pub const SYSTEM_METRICS_PROFILER_SERVER: NamespaceId
pub const SYSTEM_METRICS_PROFILER_WIRE: NamespaceId
pub const SYSTEM_METRICS_PROFILER_AUTH: NamespaceId
pub const SYSTEM_METRICS_PROFILER_CATALOG: NamespaceId
pub const SYSTEM_METRICS_PROFILER_ENGINE: NamespaceId
pub const SYSTEM_METRICS_PROFILER_MUTATE: NamespaceId
pub const SYSTEM_METRICS_PROFILER_TRANSPORT: NamespaceId
pub const SYSTEM_METRICS_PROFILER_TASK: NamespaceId
pub const SYSTEM_METRICS_PROFILER_POLICY: NamespaceId
pub const SYSTEM_METRICS_PROFILER_FFI: NamespaceId
pub const SYSTEM_METRICS_PROFILER_CACHE: NamespaceId
pub const SYSTEM_METRICS_PROFILER_SHAPE: NamespaceId
pub const SYSTEM_METRICS_PROFILER_API: NamespaceId
pub const SYSTEM_METRICS_PROFILER_ACTOR: NamespaceId
pub const SYSTEM_METRICS_STORAGE_TABLE: NamespaceId
pub const SYSTEM_METRICS_STORAGE_VIEW: NamespaceId
pub const SYSTEM_METRICS_STORAGE_TABLE_VIRTUAL: NamespaceId
pub const SYSTEM_METRICS_STORAGE_RINGBUFFER: NamespaceId
pub const SYSTEM_METRICS_STORAGE_DICTIONARY: NamespaceId
pub const SYSTEM_METRICS_STORAGE_SERIES: NamespaceId
pub const SYSTEM_METRICS_STORAGE_FLOW: NamespaceId
pub const SYSTEM_METRICS_STORAGE_FLOW_NODE: NamespaceId
pub const SYSTEM_METRICS_STORAGE_SYSTEM: NamespaceId
pub const SYSTEM_METRICS_CDC_TABLE: NamespaceId
pub const SYSTEM_METRICS_CDC_VIEW: NamespaceId
pub const SYSTEM_METRICS_CDC_TABLE_VIRTUAL: NamespaceId
pub const SYSTEM_METRICS_CDC_RINGBUFFER: NamespaceId
pub const SYSTEM_METRICS_CDC_DICTIONARY: NamespaceId
pub const SYSTEM_METRICS_CDC_SERIES: NamespaceId
pub const SYSTEM_METRICS_CDC_FLOW: NamespaceId
pub const SYSTEM_METRICS_CDC_FLOW_NODE: NamespaceId
pub const SYSTEM_METRICS_CDC_SYSTEM: NamespaceId
Trait Implementations§
Source§impl Clone for NamespaceId
impl Clone for NamespaceId
Source§fn clone(&self) -> NamespaceId
fn clone(&self) -> NamespaceId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NamespaceId
Source§impl Debug for NamespaceId
impl Debug for NamespaceId
Source§impl Deref for NamespaceId
impl Deref for NamespaceId
Source§impl<'de> Deserialize<'de> for NamespaceId
impl<'de> Deserialize<'de> for NamespaceId
Source§fn deserialize<D>(deserializer: D) -> Result<NamespaceId, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<NamespaceId, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for NamespaceId
impl Display for NamespaceId
impl Eq for NamespaceId
Source§impl From<NamespaceId> for u64
impl From<NamespaceId> for u64
Source§fn from(value: NamespaceId) -> Self
fn from(value: NamespaceId) -> Self
Converts to this type from the input type.
Source§impl Hash for NamespaceId
impl Hash for NamespaceId
Source§impl Ord for NamespaceId
impl Ord for NamespaceId
Source§fn cmp(&self, other: &NamespaceId) -> Ordering
fn cmp(&self, other: &NamespaceId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NamespaceId
impl PartialEq for NamespaceId
Source§impl PartialEq<u64> for NamespaceId
impl PartialEq<u64> for NamespaceId
Source§impl PartialOrd for NamespaceId
impl PartialOrd for NamespaceId
Source§impl Serialize for NamespaceId
impl Serialize for NamespaceId
impl StructuralPartialEq for NamespaceId
Auto Trait Implementations§
impl Freeze for NamespaceId
impl RefUnwindSafe for NamespaceId
impl Send for NamespaceId
impl Sync for NamespaceId
impl Unpin for NamespaceId
impl UnsafeUnpin for NamespaceId
impl UnwindSafe for NamespaceId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more