pub struct SetAadOptions { /* private fields */ }
Implementations§
Source§impl SetAadOptions
impl SetAadOptions
pub fn new( flush: Function, plaintext_length: f64, transform: Function, ) -> SetAadOptions
pub fn flush(&self) -> Function
pub fn set_flush(&mut self, value: Function)
pub fn plaintext_length(&self) -> f64
pub fn set_plaintext_length(&mut self, value: f64)
pub fn transform(&self) -> Function
pub fn set_transform(&mut self, value: Function)
Trait Implementations§
Source§impl Clone for SetAadOptions
impl Clone for SetAadOptions
Source§fn clone(&self) -> SetAadOptions
fn clone(&self) -> SetAadOptions
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 SetAadOptions
impl Debug for SetAadOptions
Source§impl From<SetAadOptions> for JsValue
impl From<SetAadOptions> for JsValue
Source§fn from(value: SetAadOptions) -> Self
fn from(value: SetAadOptions) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for SetAadOptions
impl FromWasmAbi for SetAadOptions
Source§impl IntoWasmAbi for SetAadOptions
impl IntoWasmAbi for SetAadOptions
Source§impl LongRefFromWasmAbi for SetAadOptions
impl LongRefFromWasmAbi for SetAadOptions
Source§impl OptionFromWasmAbi for SetAadOptions
impl OptionFromWasmAbi for SetAadOptions
Source§impl OptionIntoWasmAbi for SetAadOptions
impl OptionIntoWasmAbi for SetAadOptions
Source§impl RefFromWasmAbi for SetAadOptions
impl RefFromWasmAbi for SetAadOptions
Source§type Anchor = RcRef<SetAadOptions>
type Anchor = RcRef<SetAadOptions>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for SetAadOptions
impl RefMutFromWasmAbi for SetAadOptions
Source§impl TryFromJsValue for SetAadOptions
impl TryFromJsValue for SetAadOptions
Source§impl VectorFromWasmAbi for SetAadOptions
impl VectorFromWasmAbi for SetAadOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[SetAadOptions]>
Source§impl VectorIntoJsValue for SetAadOptions
impl VectorIntoJsValue for SetAadOptions
fn vector_into_jsvalue(vector: Box<[SetAadOptions]>) -> JsValue
Source§impl VectorIntoWasmAbi for SetAadOptions
impl VectorIntoWasmAbi for SetAadOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[SetAadOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for SetAadOptions
impl WasmDescribeVector for SetAadOptions
impl SupportsConstructor for SetAadOptions
impl SupportsInstanceProperty for SetAadOptions
impl SupportsStaticProperty for SetAadOptions
Auto Trait Implementations§
impl Freeze for SetAadOptions
impl RefUnwindSafe for SetAadOptions
impl !Send for SetAadOptions
impl !Sync for SetAadOptions
impl Unpin for SetAadOptions
impl UnwindSafe for SetAadOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.