Enum bonsaidb::server::ConnectionHandling [−][src]
pub enum ConnectionHandling {
Accept,
Reject,
}
Expand description
Controls how a server should handle a connection.
Variants
Accept
The server should accept this connection.
Reject
The server should reject this connection.
Auto Trait Implementations
impl RefUnwindSafe for ConnectionHandling
impl Send for ConnectionHandling
impl Sync for ConnectionHandling
impl Unpin for ConnectionHandling
impl UnwindSafe for ConnectionHandling
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