pub struct TransferableOutput {
pub asset_id: String,
pub output: Output,
}
Fields§
§asset_id: String
§output: Output
Trait Implementations§
Source§impl Debug for TransferableOutput
impl Debug for TransferableOutput
Source§impl<'de> Deserialize<'de> for TransferableOutput
impl<'de> Deserialize<'de> for TransferableOutput
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 TransferableOutput
impl RefUnwindSafe for TransferableOutput
impl Send for TransferableOutput
impl Sync for TransferableOutput
impl Unpin for TransferableOutput
impl UnwindSafe for TransferableOutput
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