pub struct CreateContractAction { /* private fields */ }Expand description
Native implementation for CreateContractAction
Implementations§
Trait Implementations§
Source§impl Clone for CreateContractAction
impl Clone for CreateContractAction
Source§fn clone(&self) -> CreateContractAction
fn clone(&self) -> CreateContractAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateContractAction
impl Debug for CreateContractAction
Source§impl Default for CreateContractAction
impl Default for CreateContractAction
Source§fn default() -> CreateContractAction
fn default() -> CreateContractAction
Returns the “default value” for a type. Read more
impl Eq for CreateContractAction
Source§impl From<CreateContractAction> for Action
impl From<CreateContractAction> for Action
Source§fn from(action: CreateContractAction) -> Self
fn from(action: CreateContractAction) -> Self
Converts to this type from the input type.
Source§impl FromBytes<CreateContractAction> for CreateContractAction
impl FromBytes<CreateContractAction> for CreateContractAction
fn from_bytes( bytes: &[u8], ) -> Result<CreateContractAction, ProtoConversionError>
Source§impl FromNative<CreateContractAction> for CreateContractAction
impl FromNative<CreateContractAction> for CreateContractAction
fn from_native( create_contract_action: CreateContractAction, ) -> Result<Self, ProtoConversionError>
Source§impl FromProto<CreateContractAction> for CreateContractAction
impl FromProto<CreateContractAction> for CreateContractAction
fn from_proto(proto: CreateContractAction) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for CreateContractAction
impl IntoBytes for CreateContractAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<CreateContractAction> for CreateContractAction
impl IntoNative<CreateContractAction> for CreateContractAction
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<CreateContractAction> for CreateContractAction
impl IntoProto<CreateContractAction> for CreateContractAction
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for CreateContractAction
impl PartialEq for CreateContractAction
impl StructuralPartialEq for CreateContractAction
Auto Trait Implementations§
impl Freeze for CreateContractAction
impl RefUnwindSafe for CreateContractAction
impl Send for CreateContractAction
impl Sync for CreateContractAction
impl Unpin for CreateContractAction
impl UnsafeUnpin for CreateContractAction
impl UnwindSafe for CreateContractAction
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> DefaultFeatures<'a> for T
impl<'a, T> DefaultFeatures<'a> for T
Source§fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.Source§impl<T> DowncastSync for T
impl<T> DowncastSync for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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<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> 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> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
Convert
&self to an expression for Diesel’s query builder. Read moreSource§impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
Source§fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.