#[non_exhaustive]pub struct ValidateIapAttributeExpressionResponse { /* private fields */ }Expand description
IAP Expression Linter endpoint returns empty response body.
Implementations§
Trait Implementations§
Source§impl Clone for ValidateIapAttributeExpressionResponse
impl Clone for ValidateIapAttributeExpressionResponse
Source§fn clone(&self) -> ValidateIapAttributeExpressionResponse
fn clone(&self) -> ValidateIapAttributeExpressionResponse
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 Default for ValidateIapAttributeExpressionResponse
impl Default for ValidateIapAttributeExpressionResponse
Source§fn default() -> ValidateIapAttributeExpressionResponse
fn default() -> ValidateIapAttributeExpressionResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for ValidateIapAttributeExpressionResponse
impl PartialEq for ValidateIapAttributeExpressionResponse
Source§fn eq(&self, other: &ValidateIapAttributeExpressionResponse) -> bool
fn eq(&self, other: &ValidateIapAttributeExpressionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ValidateIapAttributeExpressionResponse
Auto Trait Implementations§
impl Freeze for ValidateIapAttributeExpressionResponse
impl RefUnwindSafe for ValidateIapAttributeExpressionResponse
impl Send for ValidateIapAttributeExpressionResponse
impl Sync for ValidateIapAttributeExpressionResponse
impl Unpin for ValidateIapAttributeExpressionResponse
impl UnwindSafe for ValidateIapAttributeExpressionResponse
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