pub struct ExperimentalEncryptInput {
pub account: BrowserWalletAccountInfo,
pub props: ExperimentalEncryptProps,
}Fields§
§account: BrowserWalletAccountInfoAccount to use.
props: ExperimentalEncryptPropsImplementations§
Trait Implementations§
Source§impl Clone for ExperimentalEncryptInput
impl Clone for ExperimentalEncryptInput
Source§fn clone(&self) -> ExperimentalEncryptInput
fn clone(&self) -> ExperimentalEncryptInput
Returns a duplicate 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 ExperimentalEncryptInput
impl Debug for ExperimentalEncryptInput
Source§impl<'de> Deserialize<'de> for ExperimentalEncryptInput
impl<'de> Deserialize<'de> for ExperimentalEncryptInput
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 ExperimentalEncryptInput
impl PartialEq for ExperimentalEncryptInput
Source§impl Serialize for ExperimentalEncryptInput
impl Serialize for ExperimentalEncryptInput
impl Eq for ExperimentalEncryptInput
impl StructuralPartialEq for ExperimentalEncryptInput
Auto Trait Implementations§
impl Freeze for ExperimentalEncryptInput
impl RefUnwindSafe for ExperimentalEncryptInput
impl !Send for ExperimentalEncryptInput
impl !Sync for ExperimentalEncryptInput
impl Unpin for ExperimentalEncryptInput
impl UnwindSafe for ExperimentalEncryptInput
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