pub struct Cep96ContractRef { /* private fields */ }Expand description
Cep96 Contract Ref.
Trait Implementations§
Source§impl Cep96ContractMetadata for Cep96ContractRef
impl Cep96ContractMetadata for Cep96ContractRef
Source§fn contract_name(&self) -> Option<String>
fn contract_name(&self) -> Option<String>
Contract’s human-readable name.
Source§fn contract_description(&self) -> Option<String>
fn contract_description(&self) -> Option<String>
Brief description of the contract.
Source§fn contract_icon_uri(&self) -> Option<String>
fn contract_icon_uri(&self) -> Option<String>
URI pointing to the contract’s icon image.
Source§fn contract_project_uri(&self) -> Option<String>
fn contract_project_uri(&self) -> Option<String>
URI pointing to the project’s website or documentation.
Source§impl ContractRef for Cep96ContractRef
impl ContractRef for Cep96ContractRef
Source§impl SchemaErrors for Cep96ContractRef
Available on non-WebAssembly only.
impl SchemaErrors for Cep96ContractRef
Available on non-WebAssembly only.
Source§impl SchemaEvents for Cep96ContractRef
Available on non-WebAssembly only.
impl SchemaEvents for Cep96ContractRef
Available on non-WebAssembly only.
Source§fn custom_types() -> Vec<Option<CustomType>>
fn custom_types() -> Vec<Option<CustomType>>
Returns a vector of CustomTypes. Read more
Auto Trait Implementations§
impl Freeze for Cep96ContractRef
impl !RefUnwindSafe for Cep96ContractRef
impl !Send for Cep96ContractRef
impl !Sync for Cep96ContractRef
impl Unpin for Cep96ContractRef
impl !UnwindSafe for Cep96ContractRef
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more