pub struct SelfHostedOrganizationLicenseRequestModel {
pub license_key: Option<String>,
pub billing_sync_key: Option<String>,
}
Fields§
§license_key: Option<String>
§billing_sync_key: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for SelfHostedOrganizationLicenseRequestModel
impl Clone for SelfHostedOrganizationLicenseRequestModel
Source§fn clone(&self) -> SelfHostedOrganizationLicenseRequestModel
fn clone(&self) -> SelfHostedOrganizationLicenseRequestModel
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 Default for SelfHostedOrganizationLicenseRequestModel
impl Default for SelfHostedOrganizationLicenseRequestModel
Source§fn default() -> SelfHostedOrganizationLicenseRequestModel
fn default() -> SelfHostedOrganizationLicenseRequestModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SelfHostedOrganizationLicenseRequestModel
impl<'de> Deserialize<'de> for SelfHostedOrganizationLicenseRequestModel
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 SelfHostedOrganizationLicenseRequestModel
impl PartialEq for SelfHostedOrganizationLicenseRequestModel
Source§fn eq(&self, other: &SelfHostedOrganizationLicenseRequestModel) -> bool
fn eq(&self, other: &SelfHostedOrganizationLicenseRequestModel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SelfHostedOrganizationLicenseRequestModel
Auto Trait Implementations§
impl Freeze for SelfHostedOrganizationLicenseRequestModel
impl RefUnwindSafe for SelfHostedOrganizationLicenseRequestModel
impl Send for SelfHostedOrganizationLicenseRequestModel
impl Sync for SelfHostedOrganizationLicenseRequestModel
impl Unpin for SelfHostedOrganizationLicenseRequestModel
impl UnwindSafe for SelfHostedOrganizationLicenseRequestModel
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