pub struct SmartModuleInitInput {
pub params: SmartModuleExtraParams,
}Expand description
Input to SmartModule Init
Fields
params: SmartModuleExtraParamsTrait Implementations
sourceimpl Clone for SmartModuleInitInput
impl Clone for SmartModuleInitInput
sourcefn clone(&self) -> SmartModuleInitInput
fn clone(&self) -> SmartModuleInitInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SmartModuleInitInput
impl Debug for SmartModuleInitInput
sourceimpl Decoder for SmartModuleInitInput
impl Decoder for SmartModuleInitInput
sourceimpl Default for SmartModuleInitInput
impl Default for SmartModuleInitInput
sourcefn default() -> SmartModuleInitInput
fn default() -> SmartModuleInitInput
Returns the “default value” for a type. Read more
sourceimpl Encoder for SmartModuleInitInput
impl Encoder for SmartModuleInitInput
Auto Trait Implementations
impl RefUnwindSafe for SmartModuleInitInput
impl Send for SmartModuleInitInput
impl Sync for SmartModuleInitInput
impl Unpin for SmartModuleInitInput
impl UnwindSafe for SmartModuleInitInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more