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