pub struct EdgeTLSTerminationReplace {
pub id: String,
pub module: EndpointTLSTermination,
}
Fields§
§id: String
§module: EndpointTLSTermination
Trait Implementations§
Source§impl Clone for EdgeTLSTerminationReplace
impl Clone for EdgeTLSTerminationReplace
Source§fn clone(&self) -> EdgeTLSTerminationReplace
fn clone(&self) -> EdgeTLSTerminationReplace
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 EdgeTLSTerminationReplace
impl Debug for EdgeTLSTerminationReplace
Source§impl Default for EdgeTLSTerminationReplace
impl Default for EdgeTLSTerminationReplace
Source§fn default() -> EdgeTLSTerminationReplace
fn default() -> EdgeTLSTerminationReplace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EdgeTLSTerminationReplace
impl<'de> Deserialize<'de> for EdgeTLSTerminationReplace
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
Auto Trait Implementations§
impl Freeze for EdgeTLSTerminationReplace
impl RefUnwindSafe for EdgeTLSTerminationReplace
impl Send for EdgeTLSTerminationReplace
impl Sync for EdgeTLSTerminationReplace
impl Unpin for EdgeTLSTerminationReplace
impl UnwindSafe for EdgeTLSTerminationReplace
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