pub struct SubData {
pub status: String,
pub plan_id: String,
pub current_period_end: Option<String>,
pub current_period_start: Option<String>,
}Fields§
§status: String§plan_id: String§current_period_end: Option<String>§current_period_start: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SubData
impl<'de> Deserialize<'de> for SubData
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
Auto Trait Implementations§
impl Freeze for SubData
impl RefUnwindSafe for SubData
impl Send for SubData
impl Sync for SubData
impl Unpin for SubData
impl UnsafeUnpin for SubData
impl UnwindSafe for SubData
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