pub struct ImplId(_);
Expand description
Interface identifier.
Interface identifier commits to all of the interface data.
Trait Implementations§
source§impl<'de> Deserialize<'de> for ImplId
impl<'de> Deserialize<'de> for ImplId
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 FromBaid58<32> for ImplId
impl FromBaid58<32> for ImplId
source§fn from_baid58_str(s: &str) -> Result<Self, Baid58ParseError>
fn from_baid58_str(s: &str) -> Result<Self, Baid58ParseError>
Format of the string Read more
fn from_baid58(baid: Baid58<LEN>) -> Result<Self, Baid58HriError>
source§impl FromHex for ImplId
impl FromHex for ImplId
source§fn from_byte_iter<I>(iter: I) -> Result<Self, Error>where
I: Iterator<Item = Result<u8, Error>> + ExactSizeIterator + DoubleEndedIterator,
fn from_byte_iter<I>(iter: I) -> Result<Self, Error>where I: Iterator<Item = Result<u8, Error>> + ExactSizeIterator + DoubleEndedIterator,
Produce an object from a byte iterator
source§impl Ord for ImplId
impl Ord for ImplId
source§impl PartialEq<ImplId> for ImplId
impl PartialEq<ImplId> for ImplId
source§impl PartialOrd<ImplId> for ImplId
impl PartialOrd<ImplId> for ImplId
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 StrictDecode for ImplId
impl StrictDecode for ImplId
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
fn strict_read(lim: usize, reader: impl Read) -> Result<Self, DecodeError>
source§impl StrictDumb for ImplId
impl StrictDumb for ImplId
fn strict_dumb() -> Self
source§impl StrictEncode for ImplId
impl StrictEncode for ImplId
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
fn strict_write(&self, lim: usize, writer: impl Write) -> Result<usize, Error>
source§impl StrictTuple for ImplId
impl StrictTuple for ImplId
const FIELD_COUNT: u8 = 1u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
source§impl StrictType for ImplId
impl StrictType for ImplId
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_STD
fn strict_name() -> Option<TypeName>
source§impl Wrapper for ImplId
impl Wrapper for ImplId
source§fn from_inner(inner: Self::Inner) -> Self
fn from_inner(inner: Self::Inner) -> Self
Instantiates wrapper type with the inner data
source§fn as_inner(&self) -> &Self::Inner
fn as_inner(&self) -> &Self::Inner
Returns reference to the inner representation for the wrapper type
source§fn into_inner(self) -> Self::Inner
fn into_inner(self) -> Self::Inner
Unwraps the wrapper returning the inner type
impl Copy for ImplId
impl Eq for ImplId
impl StrictProduct for ImplId
impl StructuralEq for ImplId
impl StructuralPartialEq for ImplId
Auto Trait Implementations§
impl RefUnwindSafe for ImplId
impl Send for ImplId
impl Sync for ImplId
impl Unpin for ImplId
impl UnwindSafe for ImplId
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.