pub struct ReadSetStoreIdentity(/* private fields */);Expand description
Opaque canonical identity of one registered physical store.
Implementations§
Trait Implementations§
Source§impl CandidType for ReadSetStoreIdentity
impl CandidType for ReadSetStoreIdentity
Source§impl Clone for ReadSetStoreIdentity
impl Clone for ReadSetStoreIdentity
Source§fn clone(&self) -> ReadSetStoreIdentity
fn clone(&self) -> ReadSetStoreIdentity
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 ReadSetStoreIdentity
Source§impl Debug for ReadSetStoreIdentity
impl Debug for ReadSetStoreIdentity
Source§impl<'de> Deserialize<'de> for ReadSetStoreIdentity
impl<'de> Deserialize<'de> for ReadSetStoreIdentity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReadSetStoreIdentity
Source§impl Hash for ReadSetStoreIdentity
impl Hash for ReadSetStoreIdentity
Source§impl Ord for ReadSetStoreIdentity
impl Ord for ReadSetStoreIdentity
Source§fn cmp(&self, other: &ReadSetStoreIdentity) -> Ordering
fn cmp(&self, other: &ReadSetStoreIdentity) -> 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 ReadSetStoreIdentity
impl PartialEq for ReadSetStoreIdentity
Source§impl PartialOrd for ReadSetStoreIdentity
impl PartialOrd for ReadSetStoreIdentity
impl StructuralPartialEq for ReadSetStoreIdentity
Auto Trait Implementations§
impl Freeze for ReadSetStoreIdentity
impl RefUnwindSafe for ReadSetStoreIdentity
impl Send for ReadSetStoreIdentity
impl Sync for ReadSetStoreIdentity
impl Unpin for ReadSetStoreIdentity
impl UnsafeUnpin for ReadSetStoreIdentity
impl UnwindSafe for ReadSetStoreIdentity
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