Struct encryptodon::Keys
source ยท pub struct Keys { /* private fields */ }
Implementationsยง
Trait Implementationsยง
sourceยงimpl FromWasmAbi for Keys
impl FromWasmAbi for Keys
sourceยงimpl IntoWasmAbi for Keys
impl IntoWasmAbi for Keys
sourceยงimpl LongRefFromWasmAbi for Keys
impl LongRefFromWasmAbi for Keys
sourceยงimpl OptionFromWasmAbi for Keys
impl OptionFromWasmAbi for Keys
sourceยงimpl OptionIntoWasmAbi for Keys
impl OptionIntoWasmAbi for Keys
sourceยงimpl RefFromWasmAbi for Keys
impl RefFromWasmAbi for Keys
sourceยงimpl RefMutFromWasmAbi for Keys
impl RefMutFromWasmAbi for Keys
sourceยงimpl TryFromJsValue for Keys
impl TryFromJsValue for Keys
sourceยงimpl VectorFromWasmAbi for Keys
impl VectorFromWasmAbi for Keys
sourceยงimpl VectorIntoWasmAbi for Keys
impl VectorIntoWasmAbi for Keys
Auto Trait Implementationsยง
impl RefUnwindSafe for Keys
impl Send for Keys
impl Sync for Keys
impl Unpin for Keys
impl UnwindSafe for Keys
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> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
ยง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
.