Struct nethsm_sdk_rs::models::decrypt_data::DecryptData
source · pub struct DecryptData {
pub decrypted: String,
}Fields§
§decrypted: StringImplementations§
source§impl DecryptData
impl DecryptData
pub fn new(decrypted: String) -> DecryptData
Trait Implementations§
source§impl Clone for DecryptData
impl Clone for DecryptData
source§fn clone(&self) -> DecryptData
fn clone(&self) -> DecryptData
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 moresource§impl Debug for DecryptData
impl Debug for DecryptData
source§impl Default for DecryptData
impl Default for DecryptData
source§fn default() -> DecryptData
fn default() -> DecryptData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DecryptData
impl<'de> Deserialize<'de> for DecryptData
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 DecryptData
impl PartialEq for DecryptData
source§fn eq(&self, other: &DecryptData) -> bool
fn eq(&self, other: &DecryptData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DecryptData
impl Serialize for DecryptData
impl StructuralPartialEq for DecryptData
Auto Trait Implementations§
impl RefUnwindSafe for DecryptData
impl Send for DecryptData
impl Sync for DecryptData
impl Unpin for DecryptData
impl UnwindSafe for DecryptData
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