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