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