pub enum PageIcon {
System {
name: String,
color: String,
inset: Option<i32>,
},
Url(String),
}Variants§
Trait Implementations§
impl StructuralPartialEq for PageIcon
Auto Trait Implementations§
impl Freeze for PageIcon
impl RefUnwindSafe for PageIcon
impl Send for PageIcon
impl Sync for PageIcon
impl Unpin for PageIcon
impl UnwindSafe for PageIcon
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