pub struct FlipAnimation;Expand description
Non-WASM placeholder for browser-only DOM helpers.
Trait Implementations§
Source§impl Clone for FlipAnimation
impl Clone for FlipAnimation
Source§fn clone(&self) -> FlipAnimation
fn clone(&self) -> FlipAnimation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlipAnimation
impl Debug for FlipAnimation
Source§impl Default for FlipAnimation
impl Default for FlipAnimation
Source§fn default() -> FlipAnimation
fn default() -> FlipAnimation
Returns the “default value” for a type. Read more
Source§impl From<FlipAnimation> for JsValue
impl From<FlipAnimation> for JsValue
Source§fn from(value: FlipAnimation) -> Self
fn from(value: FlipAnimation) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for FlipAnimation
impl FromWasmAbi for FlipAnimation
Source§impl IntoWasmAbi for FlipAnimation
impl IntoWasmAbi for FlipAnimation
Source§impl LongRefFromWasmAbi for FlipAnimation
impl LongRefFromWasmAbi for FlipAnimation
Source§type Abi = WasmPtr<WasmRefCell<FlipAnimation>>
type Abi = WasmPtr<WasmRefCell<FlipAnimation>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<FlipAnimation>
type Anchor = RcRef<FlipAnimation>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl OptionFromWasmAbi for FlipAnimation
impl OptionFromWasmAbi for FlipAnimation
Source§impl OptionIntoWasmAbi for FlipAnimation
impl OptionIntoWasmAbi for FlipAnimation
Source§impl RefFromWasmAbi for FlipAnimation
impl RefFromWasmAbi for FlipAnimation
Source§type Abi = WasmPtr<WasmRefCell<FlipAnimation>>
type Abi = WasmPtr<WasmRefCell<FlipAnimation>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<FlipAnimation>
type Anchor = RcRef<FlipAnimation>
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 FlipAnimation
impl RefMutFromWasmAbi for FlipAnimation
Source§type Abi = WasmPtr<WasmRefCell<FlipAnimation>>
type Abi = WasmPtr<WasmRefCell<FlipAnimation>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<FlipAnimation>
type Anchor = RcRefMut<FlipAnimation>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl TryFromJsValue for FlipAnimation
impl TryFromJsValue for FlipAnimation
Source§impl VectorFromWasmAbi for FlipAnimation
impl VectorFromWasmAbi for FlipAnimation
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[FlipAnimation]>
Source§impl VectorIntoWasmAbi for FlipAnimation
impl VectorIntoWasmAbi for FlipAnimation
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[FlipAnimation]>) -> Self::Abi
Source§impl WasmDescribeVector for FlipAnimation
impl WasmDescribeVector for FlipAnimation
impl SupportsConstructor for FlipAnimation
impl SupportsInstanceProperty for FlipAnimation
impl SupportsStaticProperty for FlipAnimation
Auto Trait Implementations§
impl Freeze for FlipAnimation
impl RefUnwindSafe for FlipAnimation
impl Send for FlipAnimation
impl Sync for FlipAnimation
impl Unpin for FlipAnimation
impl UnsafeUnpin for FlipAnimation
impl UnwindSafe for FlipAnimation
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.