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