pub struct EntitlementUpdateRequest {
pub product: Option<String>,
pub starts_at: Option<i64>,
pub ends_at: Option<i64>,
pub metadata: Option<Value>,
}Fields§
§product: Option<String>§starts_at: Option<i64>§ends_at: Option<i64>§metadata: Option<Value>Trait Implementations§
Source§impl Clone for EntitlementUpdateRequest
impl Clone for EntitlementUpdateRequest
Source§fn clone(&self) -> EntitlementUpdateRequest
fn clone(&self) -> EntitlementUpdateRequest
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 EntitlementUpdateRequest
impl Debug for EntitlementUpdateRequest
Source§impl<'de> Deserialize<'de> for EntitlementUpdateRequest
impl<'de> Deserialize<'de> for EntitlementUpdateRequest
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 PartialEq for EntitlementUpdateRequest
impl PartialEq for EntitlementUpdateRequest
Source§impl Serialize for EntitlementUpdateRequest
impl Serialize for EntitlementUpdateRequest
impl StructuralPartialEq for EntitlementUpdateRequest
Auto Trait Implementations§
impl Freeze for EntitlementUpdateRequest
impl RefUnwindSafe for EntitlementUpdateRequest
impl Send for EntitlementUpdateRequest
impl Sync for EntitlementUpdateRequest
impl Unpin for EntitlementUpdateRequest
impl UnwindSafe for EntitlementUpdateRequest
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