Struct odra_modules::cep78::events::VariablesSet
source · pub struct VariablesSet {}Implementations§
source§impl VariablesSet
impl VariablesSet
Trait Implementations§
source§impl Debug for VariablesSet
impl Debug for VariablesSet
source§impl EventInstance for VariablesSet
impl EventInstance for VariablesSet
source§impl FromBytes for VariablesSet
impl FromBytes for VariablesSet
source§impl NamedCLTyped for VariablesSet
impl NamedCLTyped for VariablesSet
source§fn ty() -> NamedCLType
fn ty() -> NamedCLType
Returns the NamedCLType of the implementing type.
source§impl PartialEq for VariablesSet
impl PartialEq for VariablesSet
source§impl SchemaCustomTypes for VariablesSet
impl SchemaCustomTypes for VariablesSet
source§fn schema_types() -> Vec<Option<CustomType>>
fn schema_types() -> Vec<Option<CustomType>>
Returns a vector of optional CustomTypes.
source§impl ToBytes for VariablesSet
impl ToBytes for VariablesSet
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 VariablesSet
impl StructuralPartialEq for VariablesSet
Auto Trait Implementations§
impl Freeze for VariablesSet
impl RefUnwindSafe for VariablesSet
impl Send for VariablesSet
impl Sync for VariablesSet
impl Unpin for VariablesSet
impl UnwindSafe for VariablesSet
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.