pub struct AssetLostOutputs {
pub lost_outputs: LostOutputs,
pub reissuance_lost_outputs: LostOutputs,
}Fields§
§lost_outputs: LostOutputs§reissuance_lost_outputs: LostOutputsTrait Implementations§
Source§impl Debug for AssetLostOutputs
impl Debug for AssetLostOutputs
Source§impl<'de> Deserialize<'de> for AssetLostOutputs
impl<'de> Deserialize<'de> for AssetLostOutputs
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 AssetLostOutputs
impl RefUnwindSafe for AssetLostOutputs
impl Send for AssetLostOutputs
impl Sync for AssetLostOutputs
impl Unpin for AssetLostOutputs
impl UnsafeUnpin for AssetLostOutputs
impl UnwindSafe for AssetLostOutputs
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