pub trait SyncHash {
// Required method
fn sync_hash(&self, state: &mut DefaultHasher);
}Required Methods§
fn sync_hash(&self, state: &mut DefaultHasher)
Implementors§
impl SyncHash for ImapConfig
Available on crate feature
sync only.impl SyncHash for ImapContextBuilder
Available on crate feature
sync only.impl SyncHash for MaildirConfig
Available on crate feature
sync only.impl SyncHash for MaildirContextBuilder
Available on crate feature
sync only.impl<CB> SyncHash for BackendBuilder<CB>where
CB: BackendContextBuilder + SyncHash,
Available on crate feature
sync only.