pub enum ContractKind {
Contract,
Abstract,
Interface,
Library,
}Expand description
Contract kind.
Variants§
Trait Implementations§
Source§impl Clone for ContractKind
impl Clone for ContractKind
Source§fn clone(&self) -> ContractKind
fn clone(&self) -> ContractKind
Returns a duplicate 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 ContractKind
impl Debug for ContractKind
Source§impl Display for ContractKind
impl Display for ContractKind
Source§impl PartialEq for ContractKind
impl PartialEq for ContractKind
impl Copy for ContractKind
impl Eq for ContractKind
impl StructuralPartialEq for ContractKind
Auto Trait Implementations§
impl Freeze for ContractKind
impl RefUnwindSafe for ContractKind
impl Send for ContractKind
impl Sync for ContractKind
impl Unpin for ContractKind
impl UnsafeUnpin for ContractKind
impl UnwindSafe for ContractKind
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