pub enum BackendConnectionStatus {
NotConnected,
Connecting(Instant),
Connected,
}
Variants§
Implementations§
source§impl BackendConnectionStatus
impl BackendConnectionStatus
pub fn is_connecting(&self) -> bool
Trait Implementations§
source§impl Clone for BackendConnectionStatus
impl Clone for BackendConnectionStatus
source§fn clone(&self) -> BackendConnectionStatus
fn clone(&self) -> BackendConnectionStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more