pub enum Source {
Recipient,
Sender,
}Expand description
Builds an address book from notmuch address output.
Addresses seen as recipients of your own mail rank above ones merely seen as senders: you are far more likely to write to someone you have written to before than to a newsletter that has written to you.
Variants§
Trait Implementations§
impl Copy for Source
impl Eq for Source
Source§impl Ord for Source
impl Ord for Source
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Source
impl PartialOrd for Source
impl StructuralPartialEq for Source
Auto Trait Implementations§
impl Freeze for Source
impl RefUnwindSafe for Source
impl Send for Source
impl Sync for Source
impl Unpin for Source
impl UnsafeUnpin for Source
impl UnwindSafe for Source
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