pub struct CollateralRequirementParams {}Expand description
control.collateral.requirement params (none).
The caller supplies no epoch: the answer is the epoch the NODE currently derives, so a caller-named epoch would invite a client to render a requirement for an epoch that is not the one being posted against.
Trait Implementations§
Source§impl Clone for CollateralRequirementParams
impl Clone for CollateralRequirementParams
Source§fn clone(&self) -> CollateralRequirementParams
fn clone(&self) -> CollateralRequirementParams
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 CollateralRequirementParams
impl ControlCall for CollateralRequirementParams
Source§const METHOD: ControlMethod = ControlMethod::CollateralRequirement
const METHOD: ControlMethod = ControlMethod::CollateralRequirement
The wire method this call invokes.
Source§type Output = CollateralRequirementResult
type Output = CollateralRequirementResult
The typed result this call returns on success.
impl Copy for CollateralRequirementParams
Source§impl Debug for CollateralRequirementParams
impl Debug for CollateralRequirementParams
Source§impl Default for CollateralRequirementParams
impl Default for CollateralRequirementParams
Source§fn default() -> CollateralRequirementParams
fn default() -> CollateralRequirementParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CollateralRequirementParams
impl<'de> Deserialize<'de> for CollateralRequirementParams
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 CollateralRequirementParams
impl StructuralPartialEq for CollateralRequirementParams
Auto Trait Implementations§
impl Freeze for CollateralRequirementParams
impl RefUnwindSafe for CollateralRequirementParams
impl Send for CollateralRequirementParams
impl Sync for CollateralRequirementParams
impl Unpin for CollateralRequirementParams
impl UnsafeUnpin for CollateralRequirementParams
impl UnwindSafe for CollateralRequirementParams
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