pub struct ListStoreElementsResponse {
pub elements: Vec<StoreElement>,
}Fields§
§elements: Vec<StoreElement>Trait Implementations§
Source§impl Clone for ListStoreElementsResponse
impl Clone for ListStoreElementsResponse
Source§fn clone(&self) -> ListStoreElementsResponse
fn clone(&self) -> ListStoreElementsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListStoreElementsResponse
impl<'de> Deserialize<'de> for ListStoreElementsResponse
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
impl Eq for ListStoreElementsResponse
Source§impl<'a> IntoIterator for &'a ListStoreElementsResponse
impl<'a> IntoIterator for &'a ListStoreElementsResponse
Source§impl<'a> IntoIterator for &'a mut ListStoreElementsResponse
impl<'a> IntoIterator for &'a mut ListStoreElementsResponse
Source§impl Ord for ListStoreElementsResponse
impl Ord for ListStoreElementsResponse
Source§fn cmp(&self, other: &ListStoreElementsResponse) -> Ordering
fn cmp(&self, other: &ListStoreElementsResponse) -> Ordering
1.21.0 (const: unstable) · 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 ListStoreElementsResponse
impl PartialEq for ListStoreElementsResponse
Source§fn eq(&self, other: &ListStoreElementsResponse) -> bool
fn eq(&self, other: &ListStoreElementsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ListStoreElementsResponse
impl PartialOrd for ListStoreElementsResponse
impl StructuralPartialEq for ListStoreElementsResponse
Auto Trait Implementations§
impl Freeze for ListStoreElementsResponse
impl RefUnwindSafe for ListStoreElementsResponse
impl Send for ListStoreElementsResponse
impl Sync for ListStoreElementsResponse
impl Unpin for ListStoreElementsResponse
impl UnsafeUnpin for ListStoreElementsResponse
impl UnwindSafe for ListStoreElementsResponse
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