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