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