pub struct ListControllersResponse {
pub controller: Vec<ControllerState>,
}
Fields§
§controller: Vec<ControllerState>
Trait Implementations§
Source§impl Clone for ListControllersResponse
impl Clone for ListControllersResponse
Source§fn clone(&self) -> ListControllersResponse
fn clone(&self) -> ListControllersResponse
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 Debug for ListControllersResponse
impl Debug for ListControllersResponse
Source§impl Default for ListControllersResponse
impl Default for ListControllersResponse
Source§impl<'de> Deserialize<'de> for ListControllersResponse
impl<'de> Deserialize<'de> for ListControllersResponse
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 ListControllersResponse
impl PartialEq for ListControllersResponse
Source§impl Serialize for ListControllersResponse
impl Serialize for ListControllersResponse
impl Message for ListControllersResponse
impl StructuralPartialEq for ListControllersResponse
Auto Trait Implementations§
impl Freeze for ListControllersResponse
impl RefUnwindSafe for ListControllersResponse
impl Send for ListControllersResponse
impl Sync for ListControllersResponse
impl Unpin for ListControllersResponse
impl UnwindSafe for ListControllersResponse
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