pub struct HostedStoreStatusParams {
pub store: String,
}Expand description
control.hostedStores.status params.
Fields§
§store: StringA store reference: storeId or storeId:rootHash.
Trait Implementations§
Source§impl Clone for HostedStoreStatusParams
impl Clone for HostedStoreStatusParams
Source§fn clone(&self) -> HostedStoreStatusParams
fn clone(&self) -> HostedStoreStatusParams
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 HostedStoreStatusParams
impl ControlCall for HostedStoreStatusParams
Source§const METHOD: ControlMethod = ControlMethod::HostedStoresStatus
const METHOD: ControlMethod = ControlMethod::HostedStoresStatus
The wire method this call invokes.
Source§type Output = HostedStoreStatusResult
type Output = HostedStoreStatusResult
The typed result this call returns on success.
Source§impl Debug for HostedStoreStatusParams
impl Debug for HostedStoreStatusParams
Source§impl<'de> Deserialize<'de> for HostedStoreStatusParams
impl<'de> Deserialize<'de> for HostedStoreStatusParams
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 HostedStoreStatusParams
Source§impl PartialEq for HostedStoreStatusParams
impl PartialEq for HostedStoreStatusParams
Source§impl Serialize for HostedStoreStatusParams
impl Serialize for HostedStoreStatusParams
impl StructuralPartialEq for HostedStoreStatusParams
Auto Trait Implementations§
impl Freeze for HostedStoreStatusParams
impl RefUnwindSafe for HostedStoreStatusParams
impl Send for HostedStoreStatusParams
impl Sync for HostedStoreStatusParams
impl Unpin for HostedStoreStatusParams
impl UnsafeUnpin for HostedStoreStatusParams
impl UnwindSafe for HostedStoreStatusParams
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