pub struct LocalEncryptJs { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LocalEncryptJs
impl Clone for LocalEncryptJs
Source§fn clone(&self) -> LocalEncryptJs
fn clone(&self) -> LocalEncryptJs
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 LocalEncryptJs
impl Debug for LocalEncryptJs
Source§impl From<LocalEncryptJs> for JsValue
impl From<LocalEncryptJs> for JsValue
Source§fn from(value: LocalEncryptJs) -> Self
fn from(value: LocalEncryptJs) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for LocalEncryptJs
impl FromWasmAbi for LocalEncryptJs
Source§impl IntoWasmAbi for LocalEncryptJs
impl IntoWasmAbi for LocalEncryptJs
Source§impl LongRefFromWasmAbi for LocalEncryptJs
impl LongRefFromWasmAbi for LocalEncryptJs
Source§impl OptionFromWasmAbi for LocalEncryptJs
impl OptionFromWasmAbi for LocalEncryptJs
Source§impl OptionIntoWasmAbi for LocalEncryptJs
impl OptionIntoWasmAbi for LocalEncryptJs
Source§impl RefFromWasmAbi for LocalEncryptJs
impl RefFromWasmAbi for LocalEncryptJs
Source§type Anchor = RcRef<LocalEncryptJs>
type Anchor = RcRef<LocalEncryptJs>
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 LocalEncryptJs
impl RefMutFromWasmAbi for LocalEncryptJs
Source§impl TryFromJsValue for LocalEncryptJs
impl TryFromJsValue for LocalEncryptJs
Source§impl VectorFromWasmAbi for LocalEncryptJs
impl VectorFromWasmAbi for LocalEncryptJs
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[LocalEncryptJs]>
Source§impl VectorIntoWasmAbi for LocalEncryptJs
impl VectorIntoWasmAbi for LocalEncryptJs
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[LocalEncryptJs]>) -> Self::Abi
Source§impl WasmDescribeVector for LocalEncryptJs
impl WasmDescribeVector for LocalEncryptJs
impl SupportsConstructor for LocalEncryptJs
impl SupportsInstanceProperty for LocalEncryptJs
impl SupportsStaticProperty for LocalEncryptJs
Auto Trait Implementations§
impl Freeze for LocalEncryptJs
impl RefUnwindSafe for LocalEncryptJs
impl !Send for LocalEncryptJs
impl !Sync for LocalEncryptJs
impl Unpin for LocalEncryptJs
impl UnwindSafe for LocalEncryptJs
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::AbiSource§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.