pub struct Keyspace(pub u8);Tuple Fields§
§0: u8Implementations§
Source§impl Keyspace
impl Keyspace
pub const HIGHEST_DATA: u8 = 0x7F
pub const ROW_NUMBER_MAPPING: Self
pub const GROUP_DICTIONARY: Self
pub const NODE_COUNTER: Self
pub const GROUP_RECORD: Self
pub const SOURCE_WATERMARK: Self
pub const TIMER_WHEEL: Self
pub const TIMER_INDEX: Self
pub const ACCUMULATOR: Self
pub const BUFFER: Self
pub const RUNNING: Self
pub const EMIT: Self
pub const EXPIRY: Self
pub const COUNT: Self
pub const ROW_INDEX: Self
pub const SESSION: Self
pub const ROLLING_META: Self
pub const ENGINE_META: Self
pub const DISTINCT_ENTRY: Self
pub const WINDOW_META: Self
pub const JOIN_LEFT: Self
pub const JOIN_RIGHT: Self
pub const JOIN_SCHEMA: Self
pub const RINGBUFFER_FORWARD: Self
pub const RINGBUFFER_ENTRY: Self
pub const GATE_VISIBILITY: Self
pub const DISTINCT_LAYOUT: Self
pub const RINGBUFFER_EXPIRY: Self
pub const RINGBUFFER_TTL_ARM: Self
pub const SEAL_LEDGER: Self
pub const JOIN_PUBLISHED: Self
pub const JOIN_PIN: Self
pub const RINGBUFFER_META: Self
pub const REAP_QUEUE: Self
pub const SEAL_ANCHOR: Self
pub const CUSTOM: Self
pub fn name(&self) -> &'static str
pub fn is_data(&self) -> bool
pub fn is_identity(&self) -> bool
pub fn is_known(&self) -> bool
Trait Implementations§
impl Copy for Keyspace
impl Eq for Keyspace
Source§impl Ord for Keyspace
impl Ord for Keyspace
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 PartialOrd for Keyspace
impl PartialOrd for Keyspace
impl StructuralPartialEq for Keyspace
Auto Trait Implementations§
impl Freeze for Keyspace
impl RefUnwindSafe for Keyspace
impl Send for Keyspace
impl Sync for Keyspace
impl Unpin for Keyspace
impl UnsafeUnpin for Keyspace
impl UnwindSafe for Keyspace
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
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