pub struct Authentication {}
Implementations§
Source§impl Authentication
impl Authentication
pub fn get_cipher(email: String, password: String) -> AuthenticationCipher
Trait Implementations§
Source§impl From<Authentication> for JsValue
impl From<Authentication> for JsValue
Source§fn from(value: Authentication) -> Self
fn from(value: Authentication) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for Authentication
impl FromWasmAbi for Authentication
Source§impl IntoWasmAbi for Authentication
impl IntoWasmAbi for Authentication
Source§impl LongRefFromWasmAbi for Authentication
impl LongRefFromWasmAbi for Authentication
Source§impl OptionFromWasmAbi for Authentication
impl OptionFromWasmAbi for Authentication
Source§impl OptionIntoWasmAbi for Authentication
impl OptionIntoWasmAbi for Authentication
Source§impl RefFromWasmAbi for Authentication
impl RefFromWasmAbi for Authentication
Source§type Anchor = RcRef<Authentication>
type Anchor = RcRef<Authentication>
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 Authentication
impl RefMutFromWasmAbi for Authentication
Source§impl TryFromJsValue for Authentication
impl TryFromJsValue for Authentication
Source§impl VectorFromWasmAbi for Authentication
impl VectorFromWasmAbi for Authentication
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Authentication]>
Source§impl VectorIntoJsValue for Authentication
impl VectorIntoJsValue for Authentication
fn vector_into_jsvalue(vector: Box<[Authentication]>) -> JsValue
Source§impl VectorIntoWasmAbi for Authentication
impl VectorIntoWasmAbi for Authentication
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[Authentication]>) -> Self::Abi
Source§impl WasmDescribeVector for Authentication
impl WasmDescribeVector for Authentication
impl SupportsConstructor for Authentication
impl SupportsInstanceProperty for Authentication
impl SupportsStaticProperty for Authentication
Auto Trait Implementations§
impl Freeze for Authentication
impl RefUnwindSafe for Authentication
impl Send for Authentication
impl Sync for Authentication
impl Unpin for Authentication
impl UnwindSafe for Authentication
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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
.