pub struct StoreFSTKey { /* private fields */ }Implementations§
Source§impl StoreFSTKey
impl StoreFSTKey
pub fn from_atom(collection_hash: u32, bucket_hash: u32) -> StoreFSTKey
pub fn from_str(collection_str: &str, bucket_str: &str) -> StoreFSTKey
Trait Implementations§
Source§impl Clone for StoreFSTKey
impl Clone for StoreFSTKey
Source§fn clone(&self) -> StoreFSTKey
fn clone(&self) -> StoreFSTKey
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 StoreFSTKey
Source§impl Debug for StoreFSTKey
impl Debug for StoreFSTKey
Source§impl Display for StoreFSTKey
impl Display for StoreFSTKey
impl Eq for StoreFSTKey
Source§impl Hash for StoreFSTKey
impl Hash for StoreFSTKey
Source§impl PartialEq for StoreFSTKey
impl PartialEq for StoreFSTKey
Source§fn eq(&self, other: &StoreFSTKey) -> bool
fn eq(&self, other: &StoreFSTKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoreFSTKey
Auto Trait Implementations§
impl Freeze for StoreFSTKey
impl RefUnwindSafe for StoreFSTKey
impl Send for StoreFSTKey
impl Sync for StoreFSTKey
impl Unpin for StoreFSTKey
impl UnsafeUnpin for StoreFSTKey
impl UnwindSafe for StoreFSTKey
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.