Enum web_sys::ScrollBehavior
source · pub enum ScrollBehavior {
Auto = 0,
Instant = 1,
Smooth = 2,
// some variants omitted
}
Expand description
The ScrollBehavior
enum.
This API requires the following crate features to be activated: ScrollBehavior
Variants§
Implementations§
source§impl ScrollBehavior
impl ScrollBehavior
pub fn from_js_value(obj: &JsValue) -> Option<ScrollBehavior>
Trait Implementations§
source§impl Clone for ScrollBehavior
impl Clone for ScrollBehavior
source§fn clone(&self) -> ScrollBehavior
fn clone(&self) -> ScrollBehavior
Returns a copy of the value. Read more
1.0.0 · 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 ScrollBehavior
impl Debug for ScrollBehavior
source§impl From<ScrollBehavior> for JsValue
impl From<ScrollBehavior> for JsValue
source§fn from(obj: ScrollBehavior) -> JsValue
fn from(obj: ScrollBehavior) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for ScrollBehavior
impl FromWasmAbi for ScrollBehavior
source§impl IntoWasmAbi for ScrollBehavior
impl IntoWasmAbi for ScrollBehavior
source§impl OptionFromWasmAbi for ScrollBehavior
impl OptionFromWasmAbi for ScrollBehavior
source§impl OptionIntoWasmAbi for ScrollBehavior
impl OptionIntoWasmAbi for ScrollBehavior
source§impl PartialEq<ScrollBehavior> for ScrollBehavior
impl PartialEq<ScrollBehavior> for ScrollBehavior
source§fn eq(&self, other: &ScrollBehavior) -> bool
fn eq(&self, other: &ScrollBehavior) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ScrollBehavior
impl Eq for ScrollBehavior
impl StructuralEq for ScrollBehavior
impl StructuralPartialEq for ScrollBehavior
Auto Trait Implementations§
impl RefUnwindSafe for ScrollBehavior
impl Send for ScrollBehavior
impl Sync for ScrollBehavior
impl Unpin for ScrollBehavior
impl UnwindSafe for ScrollBehavior
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,
§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
.