Enum idb_sys::RequestReadyState
source · pub enum RequestReadyState {
Pending,
Done,
}Expand description
State of a request.
Variants§
Trait Implementations§
source§impl Clone for RequestReadyState
impl Clone for RequestReadyState
source§fn clone(&self) -> RequestReadyState
fn clone(&self) -> RequestReadyState
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 moresource§impl Debug for RequestReadyState
impl Debug for RequestReadyState
source§impl From<RequestReadyState> for IdbRequestReadyState
impl From<RequestReadyState> for IdbRequestReadyState
source§fn from(state: RequestReadyState) -> Self
fn from(state: RequestReadyState) -> Self
Converts to this type from the input type.
source§impl From<RequestReadyState> for JsValue
impl From<RequestReadyState> for JsValue
source§fn from(direction: RequestReadyState) -> Self
fn from(direction: RequestReadyState) -> Self
Converts to this type from the input type.