Struct coreledger_backend::events::ControllerCreated
pub struct ControllerCreated {
pub id: ContractId,
}
Expand description
Occurs when controller is created.
Fields§
§id: ContractId
Contract id of the created controller.
Trait Implementations§
§impl CandidType for ControllerCreated
impl CandidType for ControllerCreated
§impl Clone for ControllerCreated
impl Clone for ControllerCreated
§fn clone(&self) -> ControllerCreated
fn clone(&self) -> ControllerCreated
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 more§impl<'de> Deserialize<'de> for ControllerCreated
impl<'de> Deserialize<'de> for ControllerCreated
§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
§impl Serialize for ControllerCreated
impl Serialize for ControllerCreated
Auto Trait Implementations§
impl Freeze for ControllerCreated
impl RefUnwindSafe for ControllerCreated
impl Send for ControllerCreated
impl Sync for ControllerCreated
impl Unpin for ControllerCreated
impl UnwindSafe for ControllerCreated
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