pub struct Draggable;Expand description
Non-WASM placeholder for browser-only DOM helpers.
Trait Implementations§
Source§impl FromWasmAbi for Draggable
impl FromWasmAbi for Draggable
Source§impl IntoWasmAbi for Draggable
impl IntoWasmAbi for Draggable
Source§impl LongRefFromWasmAbi for Draggable
impl LongRefFromWasmAbi for Draggable
Source§impl OptionFromWasmAbi for Draggable
impl OptionFromWasmAbi for Draggable
Source§impl OptionIntoWasmAbi for Draggable
impl OptionIntoWasmAbi for Draggable
Source§impl RefFromWasmAbi for Draggable
impl RefFromWasmAbi for Draggable
Source§type Abi = WasmPtr<WasmRefCell<Draggable>>
type Abi = WasmPtr<WasmRefCell<Draggable>>
The Wasm ABI type references to
Self are recovered from.Source§impl RefMutFromWasmAbi for Draggable
impl RefMutFromWasmAbi for Draggable
Source§impl TryFromJsValue for Draggable
impl TryFromJsValue for Draggable
Source§impl VectorFromWasmAbi for Draggable
impl VectorFromWasmAbi for Draggable
Source§impl VectorIntoWasmAbi for Draggable
impl VectorIntoWasmAbi for Draggable
impl SupportsConstructor for Draggable
impl SupportsInstanceProperty for Draggable
impl SupportsStaticProperty for Draggable
Auto Trait Implementations§
impl Freeze for Draggable
impl RefUnwindSafe for Draggable
impl Send for Draggable
impl Sync for Draggable
impl Unpin for Draggable
impl UnsafeUnpin for Draggable
impl UnwindSafe for Draggable
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.