pub struct ProviderComputerRequest {
pub template_external_id: Option<String>,
pub profile: BTreeMap<String, String>,
}Expand description
Provider-facing request after product identifiers and access tickets have been resolved. These DTOs cannot be supplied by HTTP callers.
Fields§
§template_external_id: Option<String>§profile: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for ProviderComputerRequest
impl Clone for ProviderComputerRequest
Source§fn clone(&self) -> ProviderComputerRequest
fn clone(&self) -> ProviderComputerRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProviderComputerRequest
impl Debug for ProviderComputerRequest
impl Eq for ProviderComputerRequest
Source§impl PartialEq for ProviderComputerRequest
impl PartialEq for ProviderComputerRequest
impl StructuralPartialEq for ProviderComputerRequest
Auto Trait Implementations§
impl Freeze for ProviderComputerRequest
impl RefUnwindSafe for ProviderComputerRequest
impl Send for ProviderComputerRequest
impl Sync for ProviderComputerRequest
impl Unpin for ProviderComputerRequest
impl UnsafeUnpin for ProviderComputerRequest
impl UnwindSafe for ProviderComputerRequest
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