pub struct FrameworkBuildAbi {
pub name: &'static str,
pub version: &'static str,
}Expand description
Gives the multiversx-sc metadata.
Should be instanced via the create associated function.
Fields§
§name: &'static str§version: &'static strImplementations§
Trait Implementations§
source§impl Clone for FrameworkBuildAbi
impl Clone for FrameworkBuildAbi
source§fn clone(&self) -> FrameworkBuildAbi
fn clone(&self) -> FrameworkBuildAbi
Returns a copy of the value. Read more
1.0.0 · 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 FrameworkBuildAbi
impl Debug for FrameworkBuildAbi
source§impl Default for FrameworkBuildAbi
impl Default for FrameworkBuildAbi
source§fn default() -> FrameworkBuildAbi
fn default() -> FrameworkBuildAbi
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FrameworkBuildAbi
impl RefUnwindSafe for FrameworkBuildAbi
impl Send for FrameworkBuildAbi
impl Sync for FrameworkBuildAbi
impl Unpin for FrameworkBuildAbi
impl UnwindSafe for FrameworkBuildAbi
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)