pub struct MetaDetails {
pub sem_id: SemId,
pub name: FieldName,
}Fields§
§sem_id: SemId§name: FieldNameTrait Implementations§
Source§impl Clone for MetaDetails
impl Clone for MetaDetails
Source§fn clone(&self) -> MetaDetails
fn clone(&self) -> MetaDetails
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 MetaDetails
impl Debug for MetaDetails
Source§impl<'de> Deserialize<'de> for MetaDetails
impl<'de> Deserialize<'de> for MetaDetails
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MetaDetails, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MetaDetails, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MetaDetails
impl PartialEq for MetaDetails
Source§impl Serialize for MetaDetails
impl Serialize for MetaDetails
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl StrictDecode for MetaDetails
impl StrictDecode for MetaDetails
fn strict_decode( reader: &mut impl TypedRead, ) -> Result<MetaDetails, DecodeError>
fn strict_read(reader: impl ReadRaw) -> Result<Self, DecodeError>
Source§impl StrictDumb for MetaDetails
impl StrictDumb for MetaDetails
fn strict_dumb() -> MetaDetails
Source§impl StrictEncode for MetaDetails
impl StrictEncode for MetaDetails
fn strict_encode<W>(&self, writer: W) -> Result<W, Error>where
W: TypedWrite,
fn strict_write(&self, writer: impl WriteRaw) -> Result<(), Error>
Source§impl StrictStruct for MetaDetails
impl StrictStruct for MetaDetails
const ALL_FIELDS: &'static [&'static str]
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for MetaDetails
impl StrictType for MetaDetails
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_COMMIT
fn strict_name() -> Option<TypeName>
impl Eq for MetaDetails
impl StrictProduct for MetaDetails
impl StructuralPartialEq for MetaDetails
Auto Trait Implementations§
impl Freeze for MetaDetails
impl RefUnwindSafe for MetaDetails
impl Send for MetaDetails
impl Sync for MetaDetails
impl Unpin for MetaDetails
impl UnsafeUnpin for MetaDetails
impl UnwindSafe for MetaDetails
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.