pub struct ItemType(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl ItemType
impl ItemType
pub const FRAME: ItemType
pub const TEXT: ItemType
pub const IMAGE: ItemType
pub const NEWLINE: ItemType
pub const FONT: ItemType
pub const COLOR: ItemType
pub const UNDERLINE: ItemType
pub const STRIKETHROUGH: ItemType
pub const ALIGN: ItemType
pub const INDENT: ItemType
pub const LIST: ItemType
pub const TABLE: ItemType
pub const FADE: ItemType
pub const SHAKE: ItemType
pub const WAVE: ItemType
pub const TORNADO: ItemType
pub const RAINBOW: ItemType
pub const META: ItemType
pub const CUSTOMFX: ItemType
Trait Implementations§
Source§impl FromVariant for ItemType
impl FromVariant for ItemType
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Ord for ItemType
impl Ord for ItemType
Source§impl PartialOrd for ItemType
impl PartialOrd for ItemType
impl Copy for ItemType
impl Eq for ItemType
impl StructuralPartialEq for ItemType
Auto Trait Implementations§
impl Freeze for ItemType
impl RefUnwindSafe for ItemType
impl Send for ItemType
impl Sync for ItemType
impl Unpin for ItemType
impl UnwindSafe for ItemType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.