pub struct GetHostedConfigurationVersionRequest {
pub application_id: String,
pub configuration_profile_id: String,
pub version_number: i64,
}Fields§
§application_id: StringThe application ID.
configuration_profile_id: StringThe configuration profile ID.
version_number: i64The version.
Trait Implementations§
Source§impl Clone for GetHostedConfigurationVersionRequest
impl Clone for GetHostedConfigurationVersionRequest
Source§fn clone(&self) -> GetHostedConfigurationVersionRequest
fn clone(&self) -> GetHostedConfigurationVersionRequest
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 moreSource§impl Default for GetHostedConfigurationVersionRequest
impl Default for GetHostedConfigurationVersionRequest
Source§fn default() -> GetHostedConfigurationVersionRequest
fn default() -> GetHostedConfigurationVersionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetHostedConfigurationVersionRequest
impl PartialEq for GetHostedConfigurationVersionRequest
Source§fn eq(&self, other: &GetHostedConfigurationVersionRequest) -> bool
fn eq(&self, other: &GetHostedConfigurationVersionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetHostedConfigurationVersionRequest
Auto Trait Implementations§
impl Freeze for GetHostedConfigurationVersionRequest
impl RefUnwindSafe for GetHostedConfigurationVersionRequest
impl Send for GetHostedConfigurationVersionRequest
impl Sync for GetHostedConfigurationVersionRequest
impl Unpin for GetHostedConfigurationVersionRequest
impl UnwindSafe for GetHostedConfigurationVersionRequest
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