pub struct SiteStore {
pub id: PubKey,
pub store_type: SiteStoreType,
}
Expand description
Site Store
Fields§
§id: PubKey
§store_type: SiteStoreType
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SiteStore
impl<'de> Deserialize<'de> for SiteStore
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 StructuralPartialEq for SiteStore
Auto Trait Implementations§
impl Freeze for SiteStore
impl RefUnwindSafe for SiteStore
impl Send for SiteStore
impl Sync for SiteStore
impl Unpin for SiteStore
impl UnwindSafe for SiteStore
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