pub struct ContractTypedItem {
pub name: String,
pub summary: Option<String>,
pub value_type: ValueType,
}Fields§
§name: String§summary: Option<String>§value_type: ValueTypeTrait Implementations§
Source§impl Clone for ContractTypedItem
impl Clone for ContractTypedItem
Source§fn clone(&self) -> ContractTypedItem
fn clone(&self) -> ContractTypedItem
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 ContractTypedItem
impl Debug for ContractTypedItem
Source§impl PartialEq for ContractTypedItem
impl PartialEq for ContractTypedItem
Source§fn eq(&self, other: &ContractTypedItem) -> bool
fn eq(&self, other: &ContractTypedItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ContractTypedItem
impl StructuralPartialEq for ContractTypedItem
Auto Trait Implementations§
impl Freeze for ContractTypedItem
impl RefUnwindSafe for ContractTypedItem
impl Send for ContractTypedItem
impl Sync for ContractTypedItem
impl Unpin for ContractTypedItem
impl UnsafeUnpin for ContractTypedItem
impl UnwindSafe for ContractTypedItem
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