pub struct SetDeviceResult {
pub dashboard_id: String,
pub refresh_rate: u32,
}Expand description
The outcome of a device-dashboard write.
Fields§
§dashboard_id: String§refresh_rate: u32Trait Implementations§
Source§impl Clone for SetDeviceResult
impl Clone for SetDeviceResult
Source§fn clone(&self) -> SetDeviceResult
fn clone(&self) -> SetDeviceResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SetDeviceResult
impl RefUnwindSafe for SetDeviceResult
impl Send for SetDeviceResult
impl Sync for SetDeviceResult
impl Unpin for SetDeviceResult
impl UnsafeUnpin for SetDeviceResult
impl UnwindSafe for SetDeviceResult
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