Enum solana_sdk::commitment_config::ParseCommitmentLevelError [−][src]
pub enum ParseCommitmentLevelError { Invalid, }
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParseCommitmentLevelError
impl Send for ParseCommitmentLevelError
impl Sync for ParseCommitmentLevelError
impl Unpin for ParseCommitmentLevelError
impl UnwindSafe for ParseCommitmentLevelError
Blanket Implementations
pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)
Converts a reference to Self
into a dynamic trait object of Fail
.
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V