pub struct MetadataUpdated { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for MetadataUpdated
impl Debug for MetadataUpdated
Source§impl EventInstance for MetadataUpdated
impl EventInstance for MetadataUpdated
Source§impl FromBytes for MetadataUpdated
impl FromBytes for MetadataUpdated
Source§impl NamedCLTyped for MetadataUpdated
impl NamedCLTyped for MetadataUpdated
Source§fn ty() -> NamedCLType
fn ty() -> NamedCLType
Returns the NamedCLType of the implementing type.
Source§impl PartialEq for MetadataUpdated
impl PartialEq for MetadataUpdated
Source§impl SchemaCustomTypes for MetadataUpdated
impl SchemaCustomTypes for MetadataUpdated
Source§fn schema_types() -> Vec<Option<CustomType>>
fn schema_types() -> Vec<Option<CustomType>>
Returns a vector of optional CustomTypes.
Source§impl ToBytes for MetadataUpdated
impl ToBytes for MetadataUpdated
Source§fn serialized_length(&self) -> usize
fn serialized_length(&self) -> usize
Returns the length of the
Vec<u8> which would be returned from a successful call to
to_bytes() or into_bytes(). The data is not actually serialized, so this call is
relatively cheap.impl Eq for MetadataUpdated
impl StructuralPartialEq for MetadataUpdated
Auto Trait Implementations§
impl Freeze for MetadataUpdated
impl RefUnwindSafe for MetadataUpdated
impl Send for MetadataUpdated
impl Sync for MetadataUpdated
impl Unpin for MetadataUpdated
impl UnwindSafe for MetadataUpdated
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
Source§impl<T> EntrypointArgument for T
impl<T> EntrypointArgument for T
Source§fn is_required() -> bool
fn is_required() -> bool
Returns
true if the argument is required.Source§fn insert_runtime_arg(self, name: &str, args: &mut RuntimeArgs)
fn insert_runtime_arg(self, name: &str, args: &mut RuntimeArgs)
Inserts the argument into the runtime args.
Source§fn unwrap(value: Option<T>, env: &ContractEnv) -> T
fn unwrap(value: Option<T>, env: &ContractEnv) -> T
Unwraps the argument from an Option.
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> IntoEvent for Twhere
T: EventInstance,
impl<T> IntoEvent for Twhere
T: EventInstance,
Source§fn into_event() -> Event
fn into_event() -> Event
Converts the type into an Event.