pub enum StoreOverlayV0 {
PublicStore(PubKey),
ProtectedStore(PubKey),
PrivateStore(PubKey),
Group(PubKey),
Dialog(Digest),
}
Expand description
List of Store Overlay types
Variants§
Trait Implementations§
Source§impl Clone for StoreOverlayV0
impl Clone for StoreOverlayV0
Source§fn clone(&self) -> StoreOverlayV0
fn clone(&self) -> StoreOverlayV0
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 StoreOverlayV0
impl Debug for StoreOverlayV0
Source§impl<'de> Deserialize<'de> for StoreOverlayV0
impl<'de> Deserialize<'de> for StoreOverlayV0
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
Source§impl Display for StoreOverlayV0
impl Display for StoreOverlayV0
Source§impl Hash for StoreOverlayV0
impl Hash for StoreOverlayV0
Source§impl PartialEq for StoreOverlayV0
impl PartialEq for StoreOverlayV0
Source§impl Serialize for StoreOverlayV0
impl Serialize for StoreOverlayV0
impl Copy for StoreOverlayV0
impl Eq for StoreOverlayV0
impl StructuralPartialEq for StoreOverlayV0
Auto Trait Implementations§
impl Freeze for StoreOverlayV0
impl RefUnwindSafe for StoreOverlayV0
impl Send for StoreOverlayV0
impl Sync for StoreOverlayV0
impl Unpin for StoreOverlayV0
impl UnwindSafe for StoreOverlayV0
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