pub struct EncryptWithClassicKeyOutput {
pub result: Option<String>,
}Fields§
§result: Option<String>Implementations§
Source§impl EncryptWithClassicKeyOutput
impl EncryptWithClassicKeyOutput
pub fn new() -> EncryptWithClassicKeyOutput
Trait Implementations§
Source§impl Clone for EncryptWithClassicKeyOutput
impl Clone for EncryptWithClassicKeyOutput
Source§fn clone(&self) -> EncryptWithClassicKeyOutput
fn clone(&self) -> EncryptWithClassicKeyOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EncryptWithClassicKeyOutput
impl Debug for EncryptWithClassicKeyOutput
Source§impl Default for EncryptWithClassicKeyOutput
impl Default for EncryptWithClassicKeyOutput
Source§fn default() -> EncryptWithClassicKeyOutput
fn default() -> EncryptWithClassicKeyOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EncryptWithClassicKeyOutput
impl<'de> Deserialize<'de> for EncryptWithClassicKeyOutput
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 PartialEq for EncryptWithClassicKeyOutput
impl PartialEq for EncryptWithClassicKeyOutput
Source§fn eq(&self, other: &EncryptWithClassicKeyOutput) -> bool
fn eq(&self, other: &EncryptWithClassicKeyOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EncryptWithClassicKeyOutput
Auto Trait Implementations§
impl Freeze for EncryptWithClassicKeyOutput
impl RefUnwindSafe for EncryptWithClassicKeyOutput
impl Send for EncryptWithClassicKeyOutput
impl Sync for EncryptWithClassicKeyOutput
impl Unpin for EncryptWithClassicKeyOutput
impl UnsafeUnpin for EncryptWithClassicKeyOutput
impl UnwindSafe for EncryptWithClassicKeyOutput
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