Skip to main content

SyncHash

Trait SyncHash 

Source
pub trait SyncHash {
    // Required method
    fn sync_hash(&self, state: &mut DefaultHasher);
}

Required Methods§

Source

fn sync_hash(&self, state: &mut DefaultHasher)

Implementors§

Source§

impl SyncHash for ImapConfig

Available on crate feature sync only.
Source§

impl SyncHash for ImapContextBuilder

Available on crate feature sync only.
Source§

impl SyncHash for MaildirConfig

Available on crate feature sync only.
Source§

impl SyncHash for MaildirContextBuilder

Available on crate feature sync only.
Source§

impl<CB> SyncHash for BackendBuilder<CB>

Available on crate feature sync only.