pub struct ContractName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ContractName
impl Clone for ContractName
Source§fn clone(&self) -> ContractName
fn clone(&self) -> ContractName
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 ContractName
impl Debug for ContractName
Source§impl<'de> Deserialize<'de> for ContractName
impl<'de> Deserialize<'de> for ContractName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ContractName
Source§impl PartialEq for ContractName
impl PartialEq for ContractName
impl StructuralPartialEq for ContractName
Auto Trait Implementations§
impl Freeze for ContractName
impl RefUnwindSafe for ContractName
impl Send for ContractName
impl Sync for ContractName
impl Unpin for ContractName
impl UnsafeUnpin for ContractName
impl UnwindSafe for ContractName
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