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 str
Implementations§
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