#[non_exhaustive]pub enum Symbol {
Show 197 variants
Previous,
Next,
Play,
Pause,
Edit,
Save,
Clear,
Delete,
Remove,
Add,
Cancel,
Accept,
More,
Redo,
Undo,
Home,
Up,
Forward,
Back,
Favorite,
Camera,
Setting,
Video,
Sync,
Download,
Mail,
Find,
Help,
Upload,
Emoji,
TwoPage,
LeaveChat,
MailForward,
Clock,
Send,
Crop,
RotateCamera,
People,
OpenPane,
ClosePane,
World,
Flag,
PreviewLink,
Globe,
Trim,
AttachCamera,
ZoomIn,
Bookmarks,
Document,
ProtectedDocument,
Page,
Bullets,
Comment,
MailFilled,
ContactInfo,
HangUp,
ViewAll,
MapPin,
Phone,
VideoChat,
Switch,
Contact,
Rename,
Pin,
MusicInfo,
Go,
Keyboard,
DockLeft,
DockRight,
DockBottom,
Remote,
Refresh,
Rotate,
Shuffle,
List,
Shop,
SelectAll,
Orientation,
Import,
ImportAll,
BrowsePhotos,
WebCam,
Pictures,
SaveLocal,
Caption,
Stop,
ShowResults,
Volume,
Repair,
Message,
Page2,
CalendarDay,
CalendarWeek,
Calendar,
Character,
MailReplyAll,
Read,
Link,
Account,
ShowBcc,
HideBcc,
Cut,
Attach,
Paste,
Filter,
Copy,
Emoji2,
Important,
MailReply,
SlideShow,
Sort,
Manage,
AllApps,
DisconnectDrive,
MapDrive,
NewWindow,
OpenWith,
ContactPresence,
Priority,
GoToToday,
Font,
FontColor,
Contact2,
Folder,
Audio,
Placeholder,
View,
SetLockScreen,
SetTile,
ClosedCaption,
StopSlideShow,
Permissions,
Highlight,
DisableUpdates,
UnFavorite,
UnPin,
OpenLocal,
Mute,
Italic,
Underline,
Bold,
MoveToFolder,
LikeDislike,
Dislike,
Like,
AlignRight,
AlignCenter,
AlignLeft,
Zoom,
ZoomOut,
OpenFile,
OtherUser,
Admin,
Street,
Map,
ClearSelection,
FontDecrease,
FontIncrease,
FontSize,
CellPhone,
ReShare,
Tag,
RepeatOne,
RepeatAll,
OutlineStar,
SolidStar,
Calculator,
Directions,
Target,
Library,
PhoneBook,
Memo,
Microphone,
PostUpdate,
BackToWindow,
FullScreen,
NewFolder,
CalendarReply,
UnSyncFolder,
ReportHacked,
SyncFolder,
BlockContact,
SwitchApps,
AddFriend,
TouchPointer,
GoToStart,
ZeroBars,
OneBar,
TwoBars,
ThreeBars,
FourBars,
Scan,
Preview,
GlobalNavigationButton,
Share,
Print,
XboxOneConsole,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Previous
Next
Play
Pause
Edit
Save
Clear
Delete
Remove
Add
Cancel
Accept
More
Redo
Undo
Home
Up
Forward
Back
Favorite
Camera
Setting
Video
Sync
Download
Find
Help
Upload
Emoji
TwoPage
LeaveChat
MailForward
Clock
Send
Crop
RotateCamera
People
OpenPane
ClosePane
World
Flag
PreviewLink
Globe
Trim
AttachCamera
ZoomIn
Bookmarks
Document
ProtectedDocument
Page
Bullets
Comment
MailFilled
ContactInfo
HangUp
ViewAll
MapPin
Phone
VideoChat
Switch
Contact
Rename
Pin
MusicInfo
Go
Keyboard
DockLeft
DockRight
DockBottom
Remote
Refresh
Rotate
Shuffle
List
Shop
SelectAll
Orientation
Import
ImportAll
BrowsePhotos
WebCam
Pictures
SaveLocal
Caption
Stop
ShowResults
Volume
Repair
Message
Page2
CalendarDay
CalendarWeek
Calendar
Character
MailReplyAll
Read
Link
Account
ShowBcc
HideBcc
Cut
Attach
Paste
Filter
Copy
Emoji2
Important
MailReply
SlideShow
Sort
Manage
AllApps
DisconnectDrive
MapDrive
NewWindow
OpenWith
ContactPresence
Priority
GoToToday
Font
FontColor
Contact2
Folder
Audio
Placeholder
View
SetLockScreen
SetTile
ClosedCaption
StopSlideShow
Permissions
Highlight
DisableUpdates
UnFavorite
UnPin
OpenLocal
Mute
Italic
Underline
Bold
MoveToFolder
LikeDislike
Dislike
Like
AlignRight
AlignCenter
AlignLeft
Zoom
ZoomOut
OpenFile
OtherUser
Admin
Street
Map
ClearSelection
FontDecrease
FontIncrease
FontSize
CellPhone
Tag
RepeatOne
RepeatAll
OutlineStar
SolidStar
Calculator
Directions
Target
Library
PhoneBook
Memo
Microphone
PostUpdate
BackToWindow
FullScreen
NewFolder
CalendarReply
UnSyncFolder
ReportHacked
SyncFolder
BlockContact
SwitchApps
AddFriend
TouchPointer
GoToStart
ZeroBars
OneBar
TwoBars
ThreeBars
FourBars
Scan
Preview
XboxOneConsole
Trait Implementations§
impl Copy for Symbol
impl Eq for Symbol
impl StructuralPartialEq for Symbol
Auto Trait Implementations§
impl Freeze for Symbol
impl RefUnwindSafe for Symbol
impl Send for Symbol
impl Sync for Symbol
impl Unpin for Symbol
impl UnsafeUnpin for Symbol
impl UnwindSafe for Symbol
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