pub struct HostedStoresListParams {}Expand description
control.hostedStores.list params (none).
Trait Implementations§
Source§impl Clone for HostedStoresListParams
impl Clone for HostedStoresListParams
Source§fn clone(&self) -> HostedStoresListParams
fn clone(&self) -> HostedStoresListParams
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 ControlCall for HostedStoresListParams
impl ControlCall for HostedStoresListParams
Source§const METHOD: ControlMethod = ControlMethod::HostedStoresList
const METHOD: ControlMethod = ControlMethod::HostedStoresList
The wire method this call invokes.
Source§type Output = HostedStoresListResult
type Output = HostedStoresListResult
The typed result this call returns on success.
impl Copy for HostedStoresListParams
Source§impl Debug for HostedStoresListParams
impl Debug for HostedStoresListParams
Source§impl Default for HostedStoresListParams
impl Default for HostedStoresListParams
Source§fn default() -> HostedStoresListParams
fn default() -> HostedStoresListParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HostedStoresListParams
impl<'de> Deserialize<'de> for HostedStoresListParams
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 HostedStoresListParams
Source§impl PartialEq for HostedStoresListParams
impl PartialEq for HostedStoresListParams
Source§impl Serialize for HostedStoresListParams
impl Serialize for HostedStoresListParams
impl StructuralPartialEq for HostedStoresListParams
Auto Trait Implementations§
impl Freeze for HostedStoresListParams
impl RefUnwindSafe for HostedStoresListParams
impl Send for HostedStoresListParams
impl Sync for HostedStoresListParams
impl Unpin for HostedStoresListParams
impl UnsafeUnpin for HostedStoresListParams
impl UnwindSafe for HostedStoresListParams
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