pub struct TrustSettings {
pub trust_list: Option<String>,
}
Expand description
Represents the trust settings for an endpoint.
Fields§
§trust_list: Option<String>
Secret reference to certificates list to trust.
Trait Implementations§
Source§impl Clone for TrustSettings
impl Clone for TrustSettings
Source§fn clone(&self) -> TrustSettings
fn clone(&self) -> TrustSettings
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 moreAuto Trait Implementations§
impl Freeze for TrustSettings
impl RefUnwindSafe for TrustSettings
impl Send for TrustSettings
impl Sync for TrustSettings
impl Unpin for TrustSettings
impl UnwindSafe for TrustSettings
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