Enum imessage_database::tables::messages::BubbleType
source · pub enum BubbleType<'a> {
Text(&'a str),
Attachment,
App,
}Expand description
Defines the parts of a message bubble, i.e. the content that can exist in a single message.
Variants§
Trait Implementations§
source§impl<'a> Debug for BubbleType<'a>
impl<'a> Debug for BubbleType<'a>
source§impl<'a> PartialEq<BubbleType<'a>> for BubbleType<'a>
impl<'a> PartialEq<BubbleType<'a>> for BubbleType<'a>
source§fn eq(&self, other: &BubbleType<'a>) -> bool
fn eq(&self, other: &BubbleType<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'a> Eq for BubbleType<'a>
impl<'a> StructuralEq for BubbleType<'a>
impl<'a> StructuralPartialEq for BubbleType<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for BubbleType<'a>
impl<'a> Send for BubbleType<'a>
impl<'a> Sync for BubbleType<'a>
impl<'a> Unpin for BubbleType<'a>
impl<'a> UnwindSafe for BubbleType<'a>
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.