pub struct SystemSequenceKey {
pub sequence: SequenceId,
}Fields§
§sequence: SequenceIdImplementations§
Source§impl SystemSequenceKey
impl SystemSequenceKey
pub fn encoded(sequence: impl Into<SequenceId>) -> EncodedKey
pub fn full_scan() -> EncodedKeyRange
Trait Implementations§
Source§impl Clone for SystemSequenceKey
impl Clone for SystemSequenceKey
Source§fn clone(&self) -> SystemSequenceKey
fn clone(&self) -> SystemSequenceKey
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 SystemSequenceKey
impl Debug for SystemSequenceKey
Source§impl EncodableKey for SystemSequenceKey
impl EncodableKey for SystemSequenceKey
Source§impl PartialEq for SystemSequenceKey
impl PartialEq for SystemSequenceKey
impl StructuralPartialEq for SystemSequenceKey
Auto Trait Implementations§
impl Freeze for SystemSequenceKey
impl RefUnwindSafe for SystemSequenceKey
impl Send for SystemSequenceKey
impl Sync for SystemSequenceKey
impl Unpin for SystemSequenceKey
impl UnwindSafe for SystemSequenceKey
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