pub struct ControllersResponse {
pub data: Option<Value>,
pub data2: Option<Value>,
pub msg: Option<String>,
pub name: Option<String>,
pub status: Option<String>,
pub sub: Option<String>,
}Fields§
§data: Option<Value>§data2: Option<Value>§msg: Option<String>§name: Option<String>§status: Option<String>§sub: Option<String>Implementations§
Source§impl ControllersResponse
impl ControllersResponse
pub fn new() -> ControllersResponse
Trait Implementations§
Source§impl Clone for ControllersResponse
impl Clone for ControllersResponse
Source§fn clone(&self) -> ControllersResponse
fn clone(&self) -> ControllersResponse
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 ControllersResponse
impl Debug for ControllersResponse
Source§impl Default for ControllersResponse
impl Default for ControllersResponse
Source§fn default() -> ControllersResponse
fn default() -> ControllersResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControllersResponse
impl<'de> Deserialize<'de> for ControllersResponse
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 ControllersResponse
impl PartialEq for ControllersResponse
Source§impl Serialize for ControllersResponse
impl Serialize for ControllersResponse
impl StructuralPartialEq for ControllersResponse
Auto Trait Implementations§
impl Freeze for ControllersResponse
impl RefUnwindSafe for ControllersResponse
impl Send for ControllersResponse
impl Sync for ControllersResponse
impl Unpin for ControllersResponse
impl UnwindSafe for ControllersResponse
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