Enum deltachat::summary::SummaryPrefix
source · pub enum SummaryPrefix {
Username(String),
Draft(String),
Me(String),
}
Expand description
Prefix displayed before message and separated by “:” in the chatlist.
Variants§
Username(String)
Username.
Draft(String)
Stock string saying “Draft”.
Me(String)
Stock string saying “Me”.
Trait Implementations§
source§impl Debug for SummaryPrefix
impl Debug for SummaryPrefix
Auto Trait Implementations§
impl Freeze for SummaryPrefix
impl RefUnwindSafe for SummaryPrefix
impl Send for SummaryPrefix
impl Sync for SummaryPrefix
impl Unpin for SummaryPrefix
impl UnwindSafe for SummaryPrefix
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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