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