pub struct IconPaths {
pub previous: String,
pub previous_disabled: String,
pub play: String,
pub pause: String,
pub next: String,
pub next_disabled: String,
}Fields§
§previous: String§previous_disabled: String§play: String§pause: String§next: String§next_disabled: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for IconPaths
impl<'de> Deserialize<'de> for IconPaths
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
Auto Trait Implementations§
impl Freeze for IconPaths
impl RefUnwindSafe for IconPaths
impl Send for IconPaths
impl Sync for IconPaths
impl Unpin for IconPaths
impl UnsafeUnpin for IconPaths
impl UnwindSafe for IconPaths
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