pub struct DevicesApiConfig {
pub project_id: u32,
pub region_id: u32,
pub registry_id: u32,
}
Expand description
Project identification.
Fields§
§project_id: u32
Project id on the Hub.
region_id: u32
Region id on the Hub.
registry_id: u32
Registry id on the Hub.
Trait Implementations§
Source§impl Clone for DevicesApiConfig
impl Clone for DevicesApiConfig
Source§fn clone(&self) -> DevicesApiConfig
fn clone(&self) -> DevicesApiConfig
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 DevicesApiConfig
impl RefUnwindSafe for DevicesApiConfig
impl Send for DevicesApiConfig
impl Sync for DevicesApiConfig
impl Unpin for DevicesApiConfig
impl UnwindSafe for DevicesApiConfig
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