pub struct StoreShelfDeviceRequest {
pub serial_number: String,
pub secret: String,
}
Expand description
Store Shelf Device Request Scheme.
Fields§
§serial_number: String
Serial number.
secret: String
The RSA public key that will be used to validate the JWT token made by the device.
Trait Implementations§
Source§impl Debug for StoreShelfDeviceRequest
impl Debug for StoreShelfDeviceRequest
Auto Trait Implementations§
impl Freeze for StoreShelfDeviceRequest
impl RefUnwindSafe for StoreShelfDeviceRequest
impl Send for StoreShelfDeviceRequest
impl Sync for StoreShelfDeviceRequest
impl Unpin for StoreShelfDeviceRequest
impl UnwindSafe for StoreShelfDeviceRequest
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