pub enum IconUrl {
Show 20 variants
BlockerPeriodPng,
CriticalPeriodPng,
HighPeriodPng,
HighestPeriodPng,
LowPeriodPng,
LowestPeriodPng,
MajorPeriodPng,
MediumPeriodPng,
MinorPeriodPng,
TrivialPeriodPng,
BlockerNewPeriodPng,
CriticalNewPeriodPng,
HighNewPeriodPng,
HighestNewPeriodPng,
LowNewPeriodPng,
LowestNewPeriodPng,
MajorNewPeriodPng,
MediumNewPeriodPng,
MinorNewPeriodPng,
TrivialNewPeriodPng,
}
Expand description
The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used. Both iconUrl and avatarId cannot be defined.
Variants§
BlockerPeriodPng
CriticalPeriodPng
HighPeriodPng
HighestPeriodPng
LowPeriodPng
LowestPeriodPng
MajorPeriodPng
MediumPeriodPng
MinorPeriodPng
TrivialPeriodPng
BlockerNewPeriodPng
CriticalNewPeriodPng
HighNewPeriodPng
HighestNewPeriodPng
LowNewPeriodPng
LowestNewPeriodPng
MajorNewPeriodPng
MediumNewPeriodPng
MinorNewPeriodPng
TrivialNewPeriodPng
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IconUrl
impl<'de> Deserialize<'de> for IconUrl
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 Ord for IconUrl
impl Ord for IconUrl
Source§impl PartialOrd for IconUrl
impl PartialOrd for IconUrl
impl Copy for IconUrl
impl Eq for IconUrl
impl StructuralPartialEq for IconUrl
Auto Trait Implementations§
impl Freeze for IconUrl
impl RefUnwindSafe for IconUrl
impl Send for IconUrl
impl Sync for IconUrl
impl Unpin for IconUrl
impl UnwindSafe for IconUrl
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