pub struct PAASConfig {
pub blinded_global_keys: BlindedGlobalKeys,
pub global_public_keys: GlobalPublicKeys,
pub transcryptors: Vec<TranscryptorConfig>,
}Expand description
The configuration of a PAAS system
Fields§
§blinded_global_keys: BlindedGlobalKeys§global_public_keys: GlobalPublicKeys§transcryptors: Vec<TranscryptorConfig>Trait Implementations§
Source§impl Clone for PAASConfig
impl Clone for PAASConfig
Source§fn clone(&self) -> PAASConfig
fn clone(&self) -> PAASConfig
Returns a duplicate 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 PAASConfig
impl Debug for PAASConfig
Source§impl<'de> Deserialize<'de> for PAASConfig
impl<'de> Deserialize<'de> for PAASConfig
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 PartialEq for PAASConfig
impl PartialEq for PAASConfig
Source§impl Serialize for PAASConfig
impl Serialize for PAASConfig
impl Eq for PAASConfig
impl StructuralPartialEq for PAASConfig
Auto Trait Implementations§
impl Freeze for PAASConfig
impl RefUnwindSafe for PAASConfig
impl Send for PAASConfig
impl Sync for PAASConfig
impl Unpin for PAASConfig
impl UnwindSafe for PAASConfig
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