pub struct BasicEncryption { /* private fields */ }Expand description
Message to represent the option where Datastream will enforce encryption without authenticating server identity. Server certificates will be trusted by default.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for BasicEncryption
impl Clone for BasicEncryption
Source§fn clone(&self) -> BasicEncryption
fn clone(&self) -> BasicEncryption
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 BasicEncryption
impl Debug for BasicEncryption
Source§impl Default for BasicEncryption
impl Default for BasicEncryption
Source§fn default() -> BasicEncryption
fn default() -> BasicEncryption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BasicEncryption
impl<'de> Deserialize<'de> for BasicEncryption
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 BasicEncryption
impl Serialize for BasicEncryption
impl Part for BasicEncryption
Auto Trait Implementations§
impl Freeze for BasicEncryption
impl RefUnwindSafe for BasicEncryption
impl Send for BasicEncryption
impl Sync for BasicEncryption
impl Unpin for BasicEncryption
impl UnwindSafe for BasicEncryption
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