pub struct LoadConfigResponse {
pub encrypted_index_root_key: Vec<u8>,
pub dataset_config: DatasetConfig,
}Fields§
§encrypted_index_root_key: Vec<u8>§dataset_config: DatasetConfigTrait Implementations§
Source§impl Debug for LoadConfigResponse
impl Debug for LoadConfigResponse
Source§impl<'de> Deserialize<'de> for LoadConfigResponse
impl<'de> Deserialize<'de> for LoadConfigResponse
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 Serialize for LoadConfigResponse
impl Serialize for LoadConfigResponse
impl ViturResponse for LoadConfigResponse
Auto Trait Implementations§
impl Freeze for LoadConfigResponse
impl RefUnwindSafe for LoadConfigResponse
impl Send for LoadConfigResponse
impl Sync for LoadConfigResponse
impl Unpin for LoadConfigResponse
impl UnwindSafe for LoadConfigResponse
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