pub struct CaConfig {
pub ca_set: Option<CaSet>,
pub pinned: Option<Vec<ByteArray>>,
}
Fields§
§ca_set: Option<CaSet>
§pinned: Option<Vec<ByteArray>>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CaConfig
impl<'de> Deserialize<'de> for CaConfig
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 CaConfig
Auto Trait Implementations§
impl Freeze for CaConfig
impl RefUnwindSafe for CaConfig
impl Send for CaConfig
impl Sync for CaConfig
impl Unpin for CaConfig
impl UnwindSafe for CaConfig
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