pub struct ScrollDelay(/* private fields */);Trait Implementations§
Source§impl Clone for ScrollDelay
impl Clone for ScrollDelay
Source§fn clone(&self) -> ScrollDelay
fn clone(&self) -> ScrollDelay
Returns a duplicate 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 ScrollDelay
impl Debug for ScrollDelay
Source§impl Default for ScrollDelay
impl Default for ScrollDelay
Source§impl<'de> Deserialize<'de> for ScrollDelay
impl<'de> Deserialize<'de> for ScrollDelay
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ScrollDelay
impl Ord for ScrollDelay
Source§fn cmp(&self, other: &ScrollDelay) -> Ordering
fn cmp(&self, other: &ScrollDelay) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ScrollDelay
impl PartialEq for ScrollDelay
Source§impl PartialOrd for ScrollDelay
impl PartialOrd for ScrollDelay
Source§impl Serialize for ScrollDelay
impl Serialize for ScrollDelay
impl Copy for ScrollDelay
impl Eq for ScrollDelay
impl StructuralPartialEq for ScrollDelay
Auto Trait Implementations§
impl Freeze for ScrollDelay
impl RefUnwindSafe for ScrollDelay
impl Send for ScrollDelay
impl Sync for ScrollDelay
impl Unpin for ScrollDelay
impl UnwindSafe for ScrollDelay
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