Struct cryptoballot::TransactionNotFound [−][src]
pub struct TransactionNotFound { pub id: Identifier, pub tx_type: TransactionType, }
Fields
id: Identifier
tx_type: TransactionType
Trait Implementations
impl Clone for TransactionNotFound
[src]
impl Clone for TransactionNotFound
[src]fn clone(&self) -> TransactionNotFound
[src]
fn clone(&self) -> TransactionNotFound
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl Debug for TransactionNotFound
[src]
impl Debug for TransactionNotFound
[src]impl Display for TransactionNotFound
[src]
impl Display for TransactionNotFound
[src]impl Error for TransactionNotFound
[src]
impl Error for TransactionNotFound
[src]fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str
1.0.0[src]
fn description(&self) -> &str
1.0.0[src]use the Display impl or to_string()
impl From<TransactionNotFound> for Error
[src]
impl From<TransactionNotFound> for Error
[src]fn from(source: TransactionNotFound) -> Self
[src]
fn from(source: TransactionNotFound) -> Self
[src]Performs the conversion.
impl From<TransactionNotFound> for ValidationError
[src]
impl From<TransactionNotFound> for ValidationError
[src]fn from(source: TransactionNotFound) -> Self
[src]
fn from(source: TransactionNotFound) -> Self
[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TransactionNotFound
impl Send for TransactionNotFound
impl Sync for TransactionNotFound
impl Unpin for TransactionNotFound
impl UnwindSafe for TransactionNotFound
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<E> Fail for E where
E: 'static + Error + Send + Sync,
[src]
impl<E> Fail for E where
E: 'static + Error + Send + Sync,
[src]fn cause(&self) -> Option<&(dyn Fail + 'static)>
[src]
fn cause(&self) -> Option<&(dyn Fail + 'static)>
[src]Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]Returns a reference to the Backtrace
carried by this failure, if it
carries one. Read more
impl<T> Pointable for T
[src]
impl<T> Pointable for T
[src]impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more