pub struct Storefront {
pub header: ResourceHeader,
pub attributes: Option<StorefrontAttributes>,
}
Expand description
Storefront
Fields§
§header: ResourceHeader
Resource header
attributes: Option<StorefrontAttributes>
Storefront attributes
Implementations§
Source§impl Storefront
impl Storefront
Sourcepub fn get<'a>() -> StorefrontGetRequestBuilder<'a>
pub fn get<'a>() -> StorefrontGetRequestBuilder<'a>
Get storefront request builder
Trait Implementations§
Source§impl Clone for Storefront
impl Clone for Storefront
Source§fn clone(&self) -> Storefront
fn clone(&self) -> Storefront
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 Storefront
impl Debug for Storefront
Source§impl Default for Storefront
impl Default for Storefront
Source§fn default() -> Storefront
fn default() -> Storefront
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Storefront
impl<'de> Deserialize<'de> for Storefront
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 Hash for Storefront
impl Hash for Storefront
Source§impl PartialEq for Storefront
impl PartialEq for Storefront
Source§impl Serialize for Storefront
impl Serialize for Storefront
impl Eq for Storefront
impl StructuralPartialEq for Storefront
Auto Trait Implementations§
impl Freeze for Storefront
impl RefUnwindSafe for Storefront
impl Send for Storefront
impl Sync for Storefront
impl Unpin for Storefront
impl UnwindSafe for Storefront
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