Struct qcs_api::models::list_quantum_processors_response::ListQuantumProcessorsResponse [−][src]
pub struct ListQuantumProcessorsResponse {
pub next_page_token: Option<String>,
pub quantum_processors: Vec<QuantumProcessor>,
}Fields
next_page_token: Option<String>Opaque token indicating the start of the next page of results to return; do not decode
quantum_processors: Vec<QuantumProcessor>Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ListQuantumProcessorsResponse
impl Sync for ListQuantumProcessorsResponse
impl Unpin for ListQuantumProcessorsResponse
impl UnwindSafe for ListQuantumProcessorsResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
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