pub struct ReadAccountMapEntry<T: 'static> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ReadAccountMapEntry<T>
impl<T> !Send for ReadAccountMapEntry<T>
impl<T> Sync for ReadAccountMapEntry<T> where
T: Send + Sync,
impl<T> Unpin for ReadAccountMapEntry<T>
impl<T> UnwindSafe for ReadAccountMapEntry<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more