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