pub struct PinParams {
pub store: String,
}Expand description
control.hostedStores.pin params.
Fields§
§store: StringA store reference: storeId or storeId:rootHash.
Trait Implementations§
Source§impl ControlCall for PinParams
impl ControlCall for PinParams
Source§impl<'de> Deserialize<'de> for PinParams
impl<'de> Deserialize<'de> for PinParams
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 PinParams
impl StructuralPartialEq for PinParams
Auto Trait Implementations§
impl Freeze for PinParams
impl RefUnwindSafe for PinParams
impl Send for PinParams
impl Sync for PinParams
impl Unpin for PinParams
impl UnsafeUnpin for PinParams
impl UnwindSafe for PinParams
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