pub struct QueryControllerStatesResponse {
pub state: Vec<ControllerState>,
}
Fields§
§state: Vec<ControllerState>
Trait Implementations§
Source§impl Clone for QueryControllerStatesResponse
impl Clone for QueryControllerStatesResponse
Source§fn clone(&self) -> QueryControllerStatesResponse
fn clone(&self) -> QueryControllerStatesResponse
Returns a duplicate 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<'de> Deserialize<'de> for QueryControllerStatesResponse
impl<'de> Deserialize<'de> for QueryControllerStatesResponse
Source§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
Source§impl PartialEq for QueryControllerStatesResponse
impl PartialEq for QueryControllerStatesResponse
Source§fn eq(&self, other: &QueryControllerStatesResponse) -> bool
fn eq(&self, other: &QueryControllerStatesResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Message for QueryControllerStatesResponse
impl StructuralPartialEq for QueryControllerStatesResponse
Auto Trait Implementations§
impl Freeze for QueryControllerStatesResponse
impl RefUnwindSafe for QueryControllerStatesResponse
impl Send for QueryControllerStatesResponse
impl Sync for QueryControllerStatesResponse
impl Unpin for QueryControllerStatesResponse
impl UnwindSafe for QueryControllerStatesResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more