#[repr(u8)]pub enum ExtendReasonCode {
Undeclared = 0,
CustomerSatisfaction = 1,
Other = 2,
ServiceIssueOrOutage = 3,
}Expand description
The code that represents the reason for the subscription-renewal-date extension.
Variants§
Trait Implementations§
Source§impl Clone for ExtendReasonCode
impl Clone for ExtendReasonCode
Source§fn clone(&self) -> ExtendReasonCode
fn clone(&self) -> ExtendReasonCode
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 ExtendReasonCode
impl Debug for ExtendReasonCode
Source§impl<'de> Deserialize<'de> for ExtendReasonCode
impl<'de> Deserialize<'de> for ExtendReasonCode
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 Hash for ExtendReasonCode
impl Hash for ExtendReasonCode
Source§impl PartialEq for ExtendReasonCode
impl PartialEq for ExtendReasonCode
Source§impl Serialize for ExtendReasonCode
impl Serialize for ExtendReasonCode
impl Eq for ExtendReasonCode
impl StructuralPartialEq for ExtendReasonCode
Auto Trait Implementations§
impl Freeze for ExtendReasonCode
impl RefUnwindSafe for ExtendReasonCode
impl Send for ExtendReasonCode
impl Sync for ExtendReasonCode
impl Unpin for ExtendReasonCode
impl UnwindSafe for ExtendReasonCode
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