pub struct PurchasableAttributes { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PurchasableAttributes
impl Clone for PurchasableAttributes
Source§fn clone(&self) -> PurchasableAttributes
fn clone(&self) -> PurchasableAttributes
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 PurchasableAttributes
impl Debug for PurchasableAttributes
Source§impl Default for PurchasableAttributes
impl Default for PurchasableAttributes
Source§fn default() -> PurchasableAttributes
fn default() -> PurchasableAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PurchasableAttributes
impl<'de> Deserialize<'de> for PurchasableAttributes
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 PurchasableAttributes
impl PartialEq for PurchasableAttributes
Source§impl Serialize for PurchasableAttributes
impl Serialize for PurchasableAttributes
impl StructuralPartialEq for PurchasableAttributes
Auto Trait Implementations§
impl Freeze for PurchasableAttributes
impl RefUnwindSafe for PurchasableAttributes
impl Send for PurchasableAttributes
impl Sync for PurchasableAttributes
impl Unpin for PurchasableAttributes
impl UnwindSafe for PurchasableAttributes
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self to an expression for Diesel’s query builder. Read more