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