pub struct TaskHubLicenseDetails {Show 14 fields
pub enterprise_users_count: Option<i32>,
pub failed_to_reach_all_providers: Option<bool>,
pub free_hosted_license_count: Option<i32>,
pub free_license_count: Option<i32>,
pub has_license_count_ever_updated: Option<bool>,
pub hosted_agent_minutes_free_count: Option<i32>,
pub hosted_agent_minutes_used_count: Option<i32>,
pub hosted_licenses_are_premium: Option<bool>,
pub msdn_users_count: Option<i32>,
pub purchased_hosted_license_count: Option<i32>,
pub purchased_license_count: Option<i32>,
pub total_hosted_license_count: Option<i32>,
pub total_license_count: Option<i32>,
pub total_private_license_count: Option<i32>,
}Fields§
§enterprise_users_count: Option<i32>§failed_to_reach_all_providers: Option<bool>§free_hosted_license_count: Option<i32>§free_license_count: Option<i32>§has_license_count_ever_updated: Option<bool>§hosted_agent_minutes_free_count: Option<i32>§hosted_agent_minutes_used_count: Option<i32>§msdn_users_count: Option<i32>§purchased_hosted_license_count: Option<i32>Microsoft-hosted licenses purchased from VSTS directly.
purchased_license_count: Option<i32>Self-hosted licenses purchased from VSTS directly.
total_hosted_license_count: Option<i32>§total_license_count: Option<i32>§total_private_license_count: Option<i32>Implementations§
Trait Implementations§
Source§impl Clone for TaskHubLicenseDetails
impl Clone for TaskHubLicenseDetails
Source§fn clone(&self) -> TaskHubLicenseDetails
fn clone(&self) -> TaskHubLicenseDetails
Returns a copy 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 Debug for TaskHubLicenseDetails
impl Debug for TaskHubLicenseDetails
Source§impl Default for TaskHubLicenseDetails
impl Default for TaskHubLicenseDetails
Source§fn default() -> TaskHubLicenseDetails
fn default() -> TaskHubLicenseDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaskHubLicenseDetails
impl<'de> Deserialize<'de> for TaskHubLicenseDetails
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TaskHubLicenseDetails
impl PartialEq for TaskHubLicenseDetails
Source§impl Serialize for TaskHubLicenseDetails
impl Serialize for TaskHubLicenseDetails
impl StructuralPartialEq for TaskHubLicenseDetails
Auto Trait Implementations§
impl Freeze for TaskHubLicenseDetails
impl RefUnwindSafe for TaskHubLicenseDetails
impl Send for TaskHubLicenseDetails
impl Sync for TaskHubLicenseDetails
impl Unpin for TaskHubLicenseDetails
impl UnwindSafe for TaskHubLicenseDetails
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