pub struct RecoveryTransferError {
pub dimension: ResourceDimension,
}Expand description
Invalid or unrepresentable recovery-charge transfer.
Fields§
§dimension: ResourceDimensionFirst component in which the transferred charge exceeded the claim or the widened post-transfer baseline overflowed.
Trait Implementations§
Source§impl Clone for RecoveryTransferError
impl Clone for RecoveryTransferError
Source§fn clone(&self) -> RecoveryTransferError
fn clone(&self) -> RecoveryTransferError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RecoveryTransferError
Source§impl Debug for RecoveryTransferError
impl Debug for RecoveryTransferError
Source§impl Display for RecoveryTransferError
impl Display for RecoveryTransferError
impl Eq for RecoveryTransferError
Source§impl PartialEq for RecoveryTransferError
impl PartialEq for RecoveryTransferError
impl StructuralPartialEq for RecoveryTransferError
Auto Trait Implementations§
impl Freeze for RecoveryTransferError
impl RefUnwindSafe for RecoveryTransferError
impl Send for RecoveryTransferError
impl Sync for RecoveryTransferError
impl Unpin for RecoveryTransferError
impl UnsafeUnpin for RecoveryTransferError
impl UnwindSafe for RecoveryTransferError
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