pub trait SyncHash {
// Required method
fn sync_hash(&self, state: &mut DefaultHasher);
}Required Methods§
fn sync_hash(&self, state: &mut DefaultHasher)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
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.