pub struct ShelfDevicesApiConfig {
pub project_id: u32,
pub region_id: u32,
pub asset_type_id: i32,
}
Expand description
Project identification.
Fields§
§project_id: u32
Project id on the Hub.
region_id: u32
Region id on the Hub.
asset_type_id: i32
Asset type of the device.
Trait Implementations§
Source§impl Clone for ShelfDevicesApiConfig
impl Clone for ShelfDevicesApiConfig
Source§fn clone(&self) -> ShelfDevicesApiConfig
fn clone(&self) -> ShelfDevicesApiConfig
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 moreAuto Trait Implementations§
impl Freeze for ShelfDevicesApiConfig
impl RefUnwindSafe for ShelfDevicesApiConfig
impl Send for ShelfDevicesApiConfig
impl Sync for ShelfDevicesApiConfig
impl Unpin for ShelfDevicesApiConfig
impl UnwindSafe for ShelfDevicesApiConfig
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