pub struct ProvisionShelfDeviceRequest {
pub registry_id: u32,
}
Expand description
Provision Shelf Device Request Scheme.
Fields§
§registry_id: u32
Registry id on the Hub.
Trait Implementations§
Source§impl Debug for ProvisionShelfDeviceRequest
impl Debug for ProvisionShelfDeviceRequest
Auto Trait Implementations§
impl Freeze for ProvisionShelfDeviceRequest
impl RefUnwindSafe for ProvisionShelfDeviceRequest
impl Send for ProvisionShelfDeviceRequest
impl Sync for ProvisionShelfDeviceRequest
impl Unpin for ProvisionShelfDeviceRequest
impl UnwindSafe for ProvisionShelfDeviceRequest
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