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)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

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.