pub struct ClientVault(Rc<Client>);
Tuple Fields§
§0: Rc<Client>
Implementations§
Source§impl ClientVault
impl ClientVault
pub fn folders(&self) -> ClientFolders
Trait Implementations§
Source§impl From<ClientVault> for JsValue
impl From<ClientVault> for JsValue
Source§fn from(value: ClientVault) -> Self
fn from(value: ClientVault) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for ClientVault
impl FromWasmAbi for ClientVault
Source§impl IntoWasmAbi for ClientVault
impl IntoWasmAbi for ClientVault
Source§impl LongRefFromWasmAbi for ClientVault
impl LongRefFromWasmAbi for ClientVault
Source§impl OptionFromWasmAbi for ClientVault
impl OptionFromWasmAbi for ClientVault
Source§impl OptionIntoWasmAbi for ClientVault
impl OptionIntoWasmAbi for ClientVault
Source§impl RefFromWasmAbi for ClientVault
impl RefFromWasmAbi for ClientVault
Source§type Anchor = RcRef<ClientVault>
type Anchor = RcRef<ClientVault>
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 ClientVault
impl RefMutFromWasmAbi for ClientVault
Source§impl TryFromJsValue for ClientVault
impl TryFromJsValue for ClientVault
Source§impl VectorFromWasmAbi for ClientVault
impl VectorFromWasmAbi for ClientVault
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ClientVault]>
Source§impl VectorIntoJsValue for ClientVault
impl VectorIntoJsValue for ClientVault
fn vector_into_jsvalue(vector: Box<[ClientVault]>) -> JsValue
Source§impl VectorIntoWasmAbi for ClientVault
impl VectorIntoWasmAbi for ClientVault
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[ClientVault]>) -> Self::Abi
Source§impl WasmDescribe for ClientVault
impl WasmDescribe for ClientVault
Source§impl WasmDescribeVector for ClientVault
impl WasmDescribeVector for ClientVault
Auto Trait Implementations§
impl Freeze for ClientVault
impl !RefUnwindSafe for ClientVault
impl !Send for ClientVault
impl !Sync for ClientVault
impl Unpin for ClientVault
impl !UnwindSafe for ClientVault
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
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
.