pub struct UiButterfly {
pub pause: String,
pub auto: String,
pub reset: String,
pub drag_hint: String,
pub max: String,
}Fields§
§pause: String§auto: String§reset: String§drag_hint: String§max: StringTrait Implementations§
Source§impl Clone for UiButterfly
impl Clone for UiButterfly
Source§fn clone(&self) -> UiButterfly
fn clone(&self) -> UiButterfly
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 UiButterfly
impl Debug for UiButterfly
Source§impl<'de> Deserialize<'de> for UiButterfly
impl<'de> Deserialize<'de> for UiButterfly
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 UiButterfly
impl PartialEq for UiButterfly
Source§impl Serialize for UiButterfly
impl Serialize for UiButterfly
impl StructuralPartialEq for UiButterfly
Auto Trait Implementations§
impl Freeze for UiButterfly
impl RefUnwindSafe for UiButterfly
impl Send for UiButterfly
impl Sync for UiButterfly
impl Unpin for UiButterfly
impl UnsafeUnpin for UiButterfly
impl UnwindSafe for UiButterfly
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