Enum web_sys::ScrollBehavior 
source · pub enum ScrollBehavior {
    Auto,
    Instant,
    Smooth,
    // some variants omitted
}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 PartialEq<ScrollBehavior> for ScrollBehavior
 
impl PartialEq<ScrollBehavior> for ScrollBehavior
source§fn eq(&self, other: &ScrollBehavior) -> bool
 
fn eq(&self, other: &ScrollBehavior) -> bool
impl Copy 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> 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::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
 
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
Same as 
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more