Struct cardano_serialization_lib::ValueShortage
source · pub struct ValueShortage { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValueShortage
impl RefUnwindSafe for ValueShortage
impl Send for ValueShortage
impl Sync for ValueShortage
impl Unpin for ValueShortage
impl UnwindSafe for ValueShortage
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