pub struct RegistryFQN {
pub project_id: u32,
pub region_id: u32,
pub registry_id: u32,
}
Expand description
Registry fully qualified name on the Hub.
Fields§
§project_id: u32
Project id
region_id: u32
Region id
registry_id: u32
Registry id
Auto Trait Implementations§
impl Freeze for RegistryFQN
impl RefUnwindSafe for RegistryFQN
impl Send for RegistryFQN
impl Sync for RegistryFQN
impl Unpin for RegistryFQN
impl UnwindSafe for RegistryFQN
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