pub struct RelatedContract {
pub contract_instance_id: ContractInstanceId,
pub mode: RelatedMode,
}
Expand description
A contract related to an other contract and the specification of the kind of update notifications that should be received by this contract.
Fields§
§contract_instance_id: ContractInstanceId
§mode: RelatedMode
Trait Implementations§
Source§impl Debug for RelatedContract
impl Debug for RelatedContract
Source§impl<'de> Deserialize<'de> for RelatedContract
impl<'de> Deserialize<'de> for RelatedContract
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 RelatedContract
impl RefUnwindSafe for RelatedContract
impl Send for RelatedContract
impl Sync for RelatedContract
impl Unpin for RelatedContract
impl UnwindSafe for RelatedContract
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