pub struct HostedStoresListResult {
pub stores: Vec<HostedStore>,
}Expand description
control.hostedStores.list — every held/pinned store.
Fields§
§stores: Vec<HostedStore>The stores, one entry per distinct store id.
Trait Implementations§
Source§impl Clone for HostedStoresListResult
impl Clone for HostedStoresListResult
Source§fn clone(&self) -> HostedStoresListResult
fn clone(&self) -> HostedStoresListResult
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 Debug for HostedStoresListResult
impl Debug for HostedStoresListResult
Source§impl<'de> Deserialize<'de> for HostedStoresListResult
impl<'de> Deserialize<'de> for HostedStoresListResult
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 HostedStoresListResult
Source§impl PartialEq for HostedStoresListResult
impl PartialEq for HostedStoresListResult
Source§impl Serialize for HostedStoresListResult
impl Serialize for HostedStoresListResult
impl StructuralPartialEq for HostedStoresListResult
Auto Trait Implementations§
impl Freeze for HostedStoresListResult
impl RefUnwindSafe for HostedStoresListResult
impl Send for HostedStoresListResult
impl Sync for HostedStoresListResult
impl Unpin for HostedStoresListResult
impl UnsafeUnpin for HostedStoresListResult
impl UnwindSafe for HostedStoresListResult
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