Struct freya_components::ArrowIcon
source · pub struct ArrowIcon {
pub theme: Option<ArrowIconThemeWith>,
pub rotate: String,
pub fill: String,
}
Fields§
§theme: Option<ArrowIconThemeWith>
Theme override.
rotate: String
§fill: String
Implementations§
Trait Implementations§
source§impl PartialEq<ArrowIcon> for ArrowIcon
impl PartialEq<ArrowIcon> for ArrowIcon
source§impl Properties for ArrowIcon
impl Properties for ArrowIcon
impl StructuralPartialEq for ArrowIcon
Auto Trait Implementations§
impl RefUnwindSafe for ArrowIcon
impl Send for ArrowIcon
impl Sync for ArrowIcon
impl Unpin for ArrowIcon
impl UnwindSafe for ArrowIcon
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