Struct saito_rust::network::PEERS_REQUEST_WAKERS_GLOBAL [−][src]
pub struct PEERS_REQUEST_WAKERS_GLOBAL { /* fields omitted */ }
Trait Implementations
type Target = Arc<RwLock<RequestWakers>>
type Target = Arc<RwLock<RequestWakers>>
The resulting type after dereferencing.
Dereferences the value.
Auto Trait Implementations
impl RefUnwindSafe for PEERS_REQUEST_WAKERS_GLOBAL
impl Send for PEERS_REQUEST_WAKERS_GLOBAL
impl Sync for PEERS_REQUEST_WAKERS_GLOBAL
impl Unpin for PEERS_REQUEST_WAKERS_GLOBAL
impl UnwindSafe for PEERS_REQUEST_WAKERS_GLOBAL
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