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