pub struct Decrypt {
pub this: Box<Expression>,
pub passphrase: Option<Box<Expression>>,
pub aad: Option<Box<Expression>>,
pub encryption_method: Option<Box<Expression>>,
pub safe: Option<Box<Expression>>,
}Expand description
Decrypt
Fields§
§this: Box<Expression>§passphrase: Option<Box<Expression>>§aad: Option<Box<Expression>>§encryption_method: Option<Box<Expression>>§safe: Option<Box<Expression>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Decrypt
impl<'de> Deserialize<'de> for Decrypt
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
impl StructuralPartialEq for Decrypt
Auto Trait Implementations§
impl Freeze for Decrypt
impl RefUnwindSafe for Decrypt
impl Send for Decrypt
impl Sync for Decrypt
impl Unpin for Decrypt
impl UnwindSafe for Decrypt
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