Struct rgbstd::stl::ContractDetails
source · pub struct ContractDetails(_);Trait Implementations§
source§impl AsRef<<ContractDetails as Wrapper>::Inner> for ContractDetails
impl AsRef<<ContractDetails as Wrapper>::Inner> for ContractDetails
source§impl Borrow<<ContractDetails as Wrapper>::Inner> for ContractDetails
impl Borrow<<ContractDetails as Wrapper>::Inner> for ContractDetails
source§impl Clone for ContractDetails
impl Clone for ContractDetails
source§fn clone(&self) -> ContractDetails
fn clone(&self) -> ContractDetails
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 ContractDetails
impl Debug for ContractDetails
source§impl Deref for ContractDetails
impl Deref for ContractDetails
source§impl<'de> Deserialize<'de> for ContractDetails
impl<'de> Deserialize<'de> for ContractDetails
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
source§impl Display for ContractDetails
impl Display for ContractDetails
source§impl From<&'static str> for ContractDetails
impl From<&'static str> for ContractDetails
source§impl From<ContractDetails> for Confined<String, 40, 255>
impl From<ContractDetails> for Confined<String, 40, 255>
source§fn from(wrapped: ContractDetails) -> Self
fn from(wrapped: ContractDetails) -> Self
Converts to this type from the input type.
source§impl FromStr for ContractDetails
impl FromStr for ContractDetails
source§impl Hash for ContractDetails
impl Hash for ContractDetails
source§impl Ord for ContractDetails
impl Ord for ContractDetails
source§fn cmp(&self, other: &ContractDetails) -> Ordering
fn cmp(&self, other: &ContractDetails) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<ContractDetails> for ContractDetails
impl PartialEq<ContractDetails> for ContractDetails
source§fn eq(&self, other: &ContractDetails) -> bool
fn eq(&self, other: &ContractDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ContractDetails> for ContractDetails
impl PartialOrd<ContractDetails> for ContractDetails
source§fn partial_cmp(&self, other: &ContractDetails) -> Option<Ordering>
fn partial_cmp(&self, other: &ContractDetails) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for ContractDetails
impl Serialize for ContractDetails
source§impl StrictDecode for ContractDetails
impl StrictDecode for ContractDetails
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
source§impl StrictDumb for ContractDetails
impl StrictDumb for ContractDetails
fn strict_dumb() -> Self
source§impl StrictEncode for ContractDetails
impl StrictEncode for ContractDetails
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
source§impl StrictTuple for ContractDetails
impl StrictTuple for ContractDetails
const FIELD_COUNT: u8 = 1u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
source§impl StrictType for ContractDetails
impl StrictType for ContractDetails
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_CONTRACT
fn strict_name() -> Option<TypeName>
source§impl TryFrom<String> for ContractDetails
impl TryFrom<String> for ContractDetails
§type Error = InvalidIdent
type Error = InvalidIdent
The type returned in the event of a conversion error.
source§impl Wrapper for ContractDetails
impl Wrapper for ContractDetails
impl Eq for ContractDetails
impl StrictProduct for ContractDetails
impl StructuralEq for ContractDetails
impl StructuralPartialEq for ContractDetails
Auto Trait Implementations§
impl RefUnwindSafe for ContractDetails
impl Send for ContractDetails
impl Sync for ContractDetails
impl Unpin for ContractDetails
impl UnwindSafe for ContractDetails
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.