Struct iroh_sync::store::memory::ReplicaStoreInstance
source · pub struct ReplicaStoreInstance { /* private fields */ }Expand description
Instance of a Store
Trait Implementations§
source§impl Clone for ReplicaStoreInstance
impl Clone for ReplicaStoreInstance
source§fn clone(&self) -> ReplicaStoreInstance
fn clone(&self) -> ReplicaStoreInstance
Returns a copy 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 ReplicaStoreInstance
impl Debug for ReplicaStoreInstance
source§impl PublicKeyStore for ReplicaStoreInstance
impl PublicKeyStore for ReplicaStoreInstance
source§fn public_key(&self, id: &[u8; 32]) -> Result<VerifyingKey, SignatureError>
fn public_key(&self, id: &[u8; 32]) -> Result<VerifyingKey, SignatureError>
Convert a byte array into a
VerifyingKey. Read moresource§fn namespace_key(
&self,
bytes: &NamespaceId
) -> Result<NamespacePublicKey, SignatureError>
fn namespace_key( &self, bytes: &NamespaceId ) -> Result<NamespacePublicKey, SignatureError>
Auto Trait Implementations§
impl !RefUnwindSafe for ReplicaStoreInstance
impl Send for ReplicaStoreInstance
impl Sync for ReplicaStoreInstance
impl Unpin for ReplicaStoreInstance
impl !UnwindSafe for ReplicaStoreInstance
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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