pub enum BlockVerificationMethod {
BlockstoreProcessor,
}Variants§
BlockstoreProcessor
Implementations§
Trait Implementations§
source§impl Clone for BlockVerificationMethod
impl Clone for BlockVerificationMethod
source§fn clone(&self) -> BlockVerificationMethod
fn clone(&self) -> BlockVerificationMethod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for BlockVerificationMethod
impl Default for BlockVerificationMethod
source§fn default() -> BlockVerificationMethod
fn default() -> BlockVerificationMethod
Returns the “default value” for a type. Read more
source§impl Display for BlockVerificationMethod
impl Display for BlockVerificationMethod
source§impl<'_derivative_strum> From<&'_derivative_strum BlockVerificationMethod> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum BlockVerificationMethod> for &'static str
source§fn from(x: &'_derivative_strum BlockVerificationMethod) -> &'static str
fn from(x: &'_derivative_strum BlockVerificationMethod) -> &'static str
Converts to this type from the input type.
source§impl From<BlockVerificationMethod> for &'static str
impl From<BlockVerificationMethod> for &'static str
source§fn from(x: BlockVerificationMethod) -> &'static str
fn from(x: BlockVerificationMethod) -> &'static str
Converts to this type from the input type.
source§impl FromStr for BlockVerificationMethod
impl FromStr for BlockVerificationMethod
source§impl TryFrom<&str> for BlockVerificationMethod
impl TryFrom<&str> for BlockVerificationMethod
Auto Trait Implementations§
impl RefUnwindSafe for BlockVerificationMethod
impl Send for BlockVerificationMethod
impl Sync for BlockVerificationMethod
impl Unpin for BlockVerificationMethod
impl UnwindSafe for BlockVerificationMethod
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request