pub enum UnfreezeTransactionError {
UnknownValue(Value),
}
Expand description
struct for typed errors of method [unfreeze_transaction
]
Variants§
Trait Implementations§
Source§impl Clone for UnfreezeTransactionError
impl Clone for UnfreezeTransactionError
Source§fn clone(&self) -> UnfreezeTransactionError
fn clone(&self) -> UnfreezeTransactionError
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 Debug for UnfreezeTransactionError
impl Debug for UnfreezeTransactionError
Source§impl<'de> Deserialize<'de> for UnfreezeTransactionError
impl<'de> Deserialize<'de> for UnfreezeTransactionError
Source§fn 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
Auto Trait Implementations§
impl Freeze for UnfreezeTransactionError
impl RefUnwindSafe for UnfreezeTransactionError
impl Send for UnfreezeTransactionError
impl Sync for UnfreezeTransactionError
impl Unpin for UnfreezeTransactionError
impl UnwindSafe for UnfreezeTransactionError
Blanket Implementations§
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