pub struct OpenStoreResponse {
pub id: StoreID,
}Fields§
§id: StoreIDTrait Implementations§
Source§impl Clone for OpenStoreResponse
impl Clone for OpenStoreResponse
Source§fn clone(&self) -> OpenStoreResponse
fn clone(&self) -> OpenStoreResponse
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<'de> Deserialize<'de> for OpenStoreResponse
impl<'de> Deserialize<'de> for OpenStoreResponse
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 OpenStoreResponse
impl Hash for OpenStoreResponse
Source§impl Ord for OpenStoreResponse
impl Ord for OpenStoreResponse
Source§fn cmp(&self, other: &OpenStoreResponse) -> Ordering
fn cmp(&self, other: &OpenStoreResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OpenStoreResponse
impl PartialEq for OpenStoreResponse
Source§impl PartialOrd for OpenStoreResponse
impl PartialOrd for OpenStoreResponse
Source§impl Serialize for OpenStoreResponse
impl Serialize for OpenStoreResponse
impl Eq for OpenStoreResponse
impl StructuralPartialEq for OpenStoreResponse
Auto Trait Implementations§
impl Freeze for OpenStoreResponse
impl RefUnwindSafe for OpenStoreResponse
impl Send for OpenStoreResponse
impl Sync for OpenStoreResponse
impl Unpin for OpenStoreResponse
impl UnwindSafe for OpenStoreResponse
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