pub enum PresetIcon {
Show 59 variants
AccountCircle,
Add,
ArrowBack,
ArrowForward,
AttachFile,
CalendarToday,
Call,
Camera,
Check,
Close,
Delete,
Download,
Edit,
Event,
Error,
FastForward,
Favorite,
FavoriteOff,
Folder,
Help,
Home,
Info,
LocationOn,
Lock,
LockOpen,
Mail,
Menu,
MoreVert,
MoreHoriz,
NotificationsOff,
Notifications,
Pause,
Payment,
Person,
Phone,
Photo,
Play,
Print,
Refresh,
Rewind,
Search,
Send,
Settings,
Share,
ShoppingCart,
SkipNext,
SkipPrevious,
Star,
StarHalf,
StarOff,
Stop,
Upload,
Visibility,
VisibilityOff,
VolumeDown,
VolumeMute,
VolumeOff,
VolumeUp,
Warning,
}Expand description
预定义图标列表
Variants§
AccountCircle
Add
ArrowBack
ArrowForward
AttachFile
CalendarToday
Call
Camera
Check
Close
Delete
Download
Edit
Event
Error
FastForward
Favorite
FavoriteOff
Folder
Help
Home
Info
LocationOn
Lock
LockOpen
Menu
MoreVert
MoreHoriz
NotificationsOff
Notifications
Pause
Payment
Person
Phone
Photo
Play
Refresh
Rewind
Search
Send
Settings
ShoppingCart
SkipNext
SkipPrevious
Star
StarHalf
StarOff
Stop
Upload
Visibility
VisibilityOff
VolumeDown
VolumeMute
VolumeOff
VolumeUp
Warning
Trait Implementations§
Source§impl Clone for PresetIcon
impl Clone for PresetIcon
Source§fn clone(&self) -> PresetIcon
fn clone(&self) -> PresetIcon
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 PresetIcon
impl Debug for PresetIcon
Source§impl<'de> Deserialize<'de> for PresetIcon
impl<'de> Deserialize<'de> for PresetIcon
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 PresetIcon
impl PartialEq for PresetIcon
Source§impl Serialize for PresetIcon
impl Serialize for PresetIcon
impl StructuralPartialEq for PresetIcon
Auto Trait Implementations§
impl Freeze for PresetIcon
impl RefUnwindSafe for PresetIcon
impl Send for PresetIcon
impl Sync for PresetIcon
impl Unpin for PresetIcon
impl UnsafeUnpin for PresetIcon
impl UnwindSafe for PresetIcon
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