pub struct ScrollTextSpeed(/* private fields */);Trait Implementations§
Source§impl Clone for ScrollTextSpeed
impl Clone for ScrollTextSpeed
Source§fn clone(&self) -> ScrollTextSpeed
fn clone(&self) -> ScrollTextSpeed
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 ScrollTextSpeed
impl Debug for ScrollTextSpeed
Source§impl Default for ScrollTextSpeed
impl Default for ScrollTextSpeed
Source§impl<'de> Deserialize<'de> for ScrollTextSpeed
impl<'de> Deserialize<'de> for ScrollTextSpeed
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 PartialEq for ScrollTextSpeed
impl PartialEq for ScrollTextSpeed
Source§impl Serialize for ScrollTextSpeed
impl Serialize for ScrollTextSpeed
impl Copy for ScrollTextSpeed
impl StructuralPartialEq for ScrollTextSpeed
Auto Trait Implementations§
impl Freeze for ScrollTextSpeed
impl RefUnwindSafe for ScrollTextSpeed
impl Send for ScrollTextSpeed
impl Sync for ScrollTextSpeed
impl Unpin for ScrollTextSpeed
impl UnwindSafe for ScrollTextSpeed
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