Enum solana_sdk::transport::TransportError [−][src]
pub enum TransportError { IoError(Error), TransactionError(TransactionError), Custom(String), }
Variants
IoError(Error)
TransactionError(TransactionError)
Custom(String)
Implementations
impl TransportError
[src]
impl TransportError
[src]pub fn unwrap(&self) -> TransactionError
[src]
Trait Implementations
impl Error for TransportError
[src]
impl Error for TransportError
[src]impl From<TransactionError> for TransportError
[src]
impl From<TransactionError> for TransportError
[src]fn from(source: TransactionError) -> Self
[src]
Auto Trait Implementations
impl !RefUnwindSafe for TransportError
impl !RefUnwindSafe for TransportError
impl Send for TransportError
impl Send for TransportError
impl Sync for TransportError
impl Sync for TransportError
impl Unpin for TransportError
impl Unpin for TransportError
impl !UnwindSafe for TransportError
impl !UnwindSafe for TransportError
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> AsFail for T where
T: Fail,
impl<T> AsFail for T where
T: Fail,
pub fn as_fail(&self) -> &(dyn Fail + 'static)
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,