pub enum SiteType {
Org,
Individual((PrivKey, ReadCap)),
}
Expand description
Site type
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SiteType
impl<'de> Deserialize<'de> for SiteType
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 SiteType
impl StructuralPartialEq for SiteType
Auto Trait Implementations§
impl Freeze for SiteType
impl RefUnwindSafe for SiteType
impl Send for SiteType
impl Sync for SiteType
impl Unpin for SiteType
impl UnwindSafe for SiteType
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