pub enum GooglePlayAccountState {
Ok,
Canceled,
GracePeriod,
OnHold,
}
Variants§
Trait Implementations§
Source§impl Clone for GooglePlayAccountState
impl Clone for GooglePlayAccountState
Source§fn clone(&self) -> GooglePlayAccountState
fn clone(&self) -> GooglePlayAccountState
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 GooglePlayAccountState
impl Debug for GooglePlayAccountState
Source§impl<'de> Deserialize<'de> for GooglePlayAccountState
impl<'de> Deserialize<'de> for GooglePlayAccountState
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 FromStr for GooglePlayAccountState
impl FromStr for GooglePlayAccountState
Source§impl PartialEq for GooglePlayAccountState
impl PartialEq for GooglePlayAccountState
Source§impl Serialize for GooglePlayAccountState
impl Serialize for GooglePlayAccountState
impl Eq for GooglePlayAccountState
impl StructuralPartialEq for GooglePlayAccountState
Auto Trait Implementations§
impl Freeze for GooglePlayAccountState
impl RefUnwindSafe for GooglePlayAccountState
impl Send for GooglePlayAccountState
impl Sync for GooglePlayAccountState
impl Unpin for GooglePlayAccountState
impl UnwindSafe for GooglePlayAccountState
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