pub struct DeviceBinding {
pub device_id: String,
pub dashboard_id: String,
}Expand description
A device → dashboard binding (the nudge loop’s work list).
Fields§
§device_id: String§dashboard_id: StringTrait Implementations§
Source§impl Clone for DeviceBinding
impl Clone for DeviceBinding
Source§fn clone(&self) -> DeviceBinding
fn clone(&self) -> DeviceBinding
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 DeviceBinding
impl RefUnwindSafe for DeviceBinding
impl Send for DeviceBinding
impl Sync for DeviceBinding
impl Unpin for DeviceBinding
impl UnsafeUnpin for DeviceBinding
impl UnwindSafe for DeviceBinding
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