pub enum ApplicationPurpose {
Show 25 variants
AssignmentOfAuthorization,
Amendment,
DEAnnualReport,
AdministrativeUpdate,
CancellationOfLicense,
CBlockElection,
DataCorrection,
DuplicateLicense,
ExtensionOfTime,
HACReport,
CancelLease,
ExtendLease,
ModifyLease,
NewLease,
TransferLessee,
AdminUpdateLease,
Modification,
New,
RequiredNotification,
DEReportableEvent,
RegisterLinkLocation,
RenewalModification,
RenewalOnly,
TransferOfControl,
Withdrawal,
}Expand description
Application purpose codes.
Variants§
AssignmentOfAuthorization
AA - Assignment of Authorization
Amendment
AM - Amendment
DEAnnualReport
AR - DE Annual Report
AdministrativeUpdate
AU - Administrative Update
CancellationOfLicense
CA - Cancellation of License
CBlockElection
CB - C Block Election
DataCorrection
DC - Data Correction
DuplicateLicense
DU - Duplicate License
ExtensionOfTime
EX - Request for Extension of Time
HACReport
HA - HAC Report
CancelLease
LC - Cancel a Lease
ExtendLease
LE - Extend Term of a Lease
ModifyLease
LM - Modification of a Lease
NewLease
LN - New Lease
TransferLessee
LT - Transfer of Control of a Lessee
AdminUpdateLease
LU - Administrative Update of a Lease
Modification
MD - Modification
New
NE - New
RequiredNotification
NT - Required Notification
DEReportableEvent
RE - DE Reportable Event
RegisterLinkLocation
RL - Register Link/Location
RenewalModification
RM - Renewal/Modification
RenewalOnly
RO - Renewal Only
TransferOfControl
TC - Transfer of Control
Withdrawal
WD - Withdrawal of Application
Implementations§
Trait Implementations§
Source§impl Clone for ApplicationPurpose
impl Clone for ApplicationPurpose
Source§fn clone(&self) -> ApplicationPurpose
fn clone(&self) -> ApplicationPurpose
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 Debug for ApplicationPurpose
impl Debug for ApplicationPurpose
Source§impl<'de> Deserialize<'de> for ApplicationPurpose
impl<'de> Deserialize<'de> for ApplicationPurpose
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 Display for ApplicationPurpose
impl Display for ApplicationPurpose
Source§impl FromStr for ApplicationPurpose
impl FromStr for ApplicationPurpose
Source§impl Hash for ApplicationPurpose
impl Hash for ApplicationPurpose
Source§impl PartialEq for ApplicationPurpose
impl PartialEq for ApplicationPurpose
Source§impl Serialize for ApplicationPurpose
impl Serialize for ApplicationPurpose
impl Copy for ApplicationPurpose
impl Eq for ApplicationPurpose
impl StructuralPartialEq for ApplicationPurpose
Auto Trait Implementations§
impl Freeze for ApplicationPurpose
impl RefUnwindSafe for ApplicationPurpose
impl Send for ApplicationPurpose
impl Sync for ApplicationPurpose
impl Unpin for ApplicationPurpose
impl UnsafeUnpin for ApplicationPurpose
impl UnwindSafe for ApplicationPurpose
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