pub enum SiteStoreType {
Public,
Protected,
Private,
}
Expand description
Site Store type
Variants§
Trait Implementations§
Source§impl Clone for SiteStoreType
impl Clone for SiteStoreType
Source§fn clone(&self) -> SiteStoreType
fn clone(&self) -> SiteStoreType
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 SiteStoreType
impl Debug for SiteStoreType
Source§impl<'de> Deserialize<'de> for SiteStoreType
impl<'de> Deserialize<'de> for SiteStoreType
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 Hash for SiteStoreType
impl Hash for SiteStoreType
Source§impl PartialEq for SiteStoreType
impl PartialEq for SiteStoreType
Source§impl Serialize for SiteStoreType
impl Serialize for SiteStoreType
impl Copy for SiteStoreType
impl Eq for SiteStoreType
impl StructuralPartialEq for SiteStoreType
Auto Trait Implementations§
impl Freeze for SiteStoreType
impl RefUnwindSafe for SiteStoreType
impl Send for SiteStoreType
impl Sync for SiteStoreType
impl Unpin for SiteStoreType
impl UnwindSafe for SiteStoreType
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