Struct bee_api_types::responses::PendingProtocolParameter
source · [−]pub struct PendingProtocolParameter {
pub kind: u8,
pub target_milestone_index: u32,
pub protocol_version: u8,
pub params: String,
}Expand description
Returned in InfoResponse.
Pending protocol parameters.
Fields
kind: u8target_milestone_index: u32protocol_version: u8params: StringTrait Implementations
sourceimpl Clone for PendingProtocolParameter
impl Clone for PendingProtocolParameter
sourcefn clone(&self) -> PendingProtocolParameter
fn clone(&self) -> PendingProtocolParameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PendingProtocolParameter
impl Debug for PendingProtocolParameter
sourceimpl<'de> Deserialize<'de> for PendingProtocolParameter
impl<'de> Deserialize<'de> for PendingProtocolParameter
sourcefn 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
sourceimpl PartialEq<PendingProtocolParameter> for PendingProtocolParameter
impl PartialEq<PendingProtocolParameter> for PendingProtocolParameter
sourcefn eq(&self, other: &PendingProtocolParameter) -> bool
fn eq(&self, other: &PendingProtocolParameter) -> bool
sourceimpl Serialize for PendingProtocolParameter
impl Serialize for PendingProtocolParameter
impl Eq for PendingProtocolParameter
impl StructuralEq for PendingProtocolParameter
impl StructuralPartialEq for PendingProtocolParameter
Auto Trait Implementations
impl RefUnwindSafe for PendingProtocolParameter
impl Send for PendingProtocolParameter
impl Sync for PendingProtocolParameter
impl Unpin for PendingProtocolParameter
impl UnwindSafe for PendingProtocolParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more