pub struct TrialExpiredPayload {
pub user_name: String,
pub plan_name: String,
pub upgrade_url: String,
pub support_url: String,
}Fields§
§user_name: String§plan_name: String§upgrade_url: String§support_url: StringTrait Implementations§
Source§impl Clone for TrialExpiredPayload
impl Clone for TrialExpiredPayload
Source§fn clone(&self) -> TrialExpiredPayload
fn clone(&self) -> TrialExpiredPayload
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 TrialExpiredPayload
impl Debug for TrialExpiredPayload
Source§impl<'de> Deserialize<'de> for TrialExpiredPayload
impl<'de> Deserialize<'de> for TrialExpiredPayload
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 TrialExpiredPayload
impl RefUnwindSafe for TrialExpiredPayload
impl Send for TrialExpiredPayload
impl Sync for TrialExpiredPayload
impl Unpin for TrialExpiredPayload
impl UnsafeUnpin for TrialExpiredPayload
impl UnwindSafe for TrialExpiredPayload
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