pub struct ContractSchema {
pub contract_name: String,
pub properties: Vec<Property>,
}Fields§
§contract_name: String§properties: Vec<Property>Trait Implementations§
Source§impl Clone for ContractSchema
impl Clone for ContractSchema
Source§fn clone(&self) -> ContractSchema
fn clone(&self) -> ContractSchema
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 moreAuto Trait Implementations§
impl Freeze for ContractSchema
impl RefUnwindSafe for ContractSchema
impl Send for ContractSchema
impl Sync for ContractSchema
impl Unpin for ContractSchema
impl UnsafeUnpin for ContractSchema
impl UnwindSafe for ContractSchema
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