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