pub struct CustodyTransfer {
pub current_custodian: AgentPubKey,
pub custodied_resource_hash: ActionHash,
pub location: Option<String>,
pub notes: Option<String>,
pub images_hashes: Vec<EntryHash>,
pub previous_custody_transfer_hash: Option<EntryHash>,
}Fields§
§current_custodian: AgentPubKey§custodied_resource_hash: ActionHash§location: Option<String>§notes: Option<String>§images_hashes: Vec<EntryHash>§previous_custody_transfer_hash: Option<EntryHash>Trait Implementations§
Source§impl Clone for CustodyTransfer
impl Clone for CustodyTransfer
Source§fn clone(&self) -> CustodyTransfer
fn clone(&self) -> CustodyTransfer
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 CustodyTransfer
impl Debug for CustodyTransfer
Source§impl<'de> Deserialize<'de> for CustodyTransfer
impl<'de> Deserialize<'de> for CustodyTransfer
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
Source§impl PartialEq for CustodyTransfer
impl PartialEq for CustodyTransfer
Source§impl Serialize for CustodyTransfer
impl Serialize for CustodyTransfer
Source§impl TryFrom<&CustodyTransfer> for AppEntryBytes
impl TryFrom<&CustodyTransfer> for AppEntryBytes
Source§impl TryFrom<&CustodyTransfer> for Entry
impl TryFrom<&CustodyTransfer> for Entry
Source§impl TryFrom<&CustodyTransfer> for SerializedBytes
impl TryFrom<&CustodyTransfer> for SerializedBytes
Source§impl TryFrom<&Entry> for CustodyTransfer
impl TryFrom<&Entry> for CustodyTransfer
Source§impl TryFrom<&Record> for CustodyTransfer
impl TryFrom<&Record> for CustodyTransfer
Source§impl TryFrom<CustodyTransfer> for AppEntryBytes
impl TryFrom<CustodyTransfer> for AppEntryBytes
Source§impl TryFrom<CustodyTransfer> for Entry
impl TryFrom<CustodyTransfer> for Entry
Source§impl TryFrom<CustodyTransfer> for SerializedBytes
impl TryFrom<CustodyTransfer> for SerializedBytes
Source§impl TryFrom<Entry> for CustodyTransfer
impl TryFrom<Entry> for CustodyTransfer
Source§impl TryFrom<HoloHashed<Entry>> for CustodyTransfer
impl TryFrom<HoloHashed<Entry>> for CustodyTransfer
Source§impl TryFrom<Record> for CustodyTransfer
impl TryFrom<Record> for CustodyTransfer
Source§impl TryFrom<SerializedBytes> for CustodyTransfer
impl TryFrom<SerializedBytes> for CustodyTransfer
impl StructuralPartialEq for CustodyTransfer
Auto Trait Implementations§
impl Freeze for CustodyTransfer
impl RefUnwindSafe for CustodyTransfer
impl Send for CustodyTransfer
impl Sync for CustodyTransfer
impl Unpin for CustodyTransfer
impl UnwindSafe for CustodyTransfer
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