pub enum Effective {
Immediately,
NextBillCycle,
}Expand description
A string value that indicates when a requested change to an auto-renewable subscription goes into effect.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Effective
impl<'de> Deserialize<'de> for Effective
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
impl Eq for Effective
impl StructuralPartialEq for Effective
Auto Trait Implementations§
impl Freeze for Effective
impl RefUnwindSafe for Effective
impl Send for Effective
impl Sync for Effective
impl Unpin for Effective
impl UnwindSafe for Effective
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