pub struct CustomPropertyName<'db>(/* private fields */);Implementations§
Source§impl CustomPropertyName<'static>
impl CustomPropertyName<'static>
pub fn ingredient(zalsa: &Zalsa) -> &IngredientImpl<Self>
Source§impl<'db> CustomPropertyName<'db>
impl<'db> CustomPropertyName<'db>
Source§impl CustomPropertyName<'_>
impl CustomPropertyName<'_>
Trait Implementations§
Source§impl<'db> Clone for CustomPropertyName<'db>
impl<'db> Clone for CustomPropertyName<'db>
Source§fn clone(&self) -> CustomPropertyName<'db>
fn clone(&self) -> CustomPropertyName<'db>
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 Configuration for CustomPropertyName<'static>
impl Configuration for CustomPropertyName<'static>
const LOCATION: Location
const DEBUG_NAME: &'static str = "CustomPropertyName"
Source§type Struct<'db> = CustomPropertyName<'db>
type Struct<'db> = CustomPropertyName<'db>
The end user struct
Source§fn serialize<S: Serializer>(
fields: &Self::Fields<'_>,
serializer: S,
) -> Result<S::Ok, S::Error>
fn serialize<S: Serializer>( fields: &Self::Fields<'_>, serializer: S, ) -> Result<S::Ok, S::Error>
Serialize the fields using
serde. Read moreSource§fn deserialize<'de, D: Deserializer<'de>>(
deserializer: D,
) -> Result<Self::Fields<'static>, D::Error>
fn deserialize<'de, D: Deserializer<'de>>( deserializer: D, ) -> Result<Self::Fields<'static>, D::Error>
Deserialize the fields using
serde. Read moreconst REVISIONS: NonZero<usize> = _
impl<'db> Copy for CustomPropertyName<'db>
Source§impl<'db> Debug for CustomPropertyName<'db>
impl<'db> Debug for CustomPropertyName<'db>
impl<'db> Eq for CustomPropertyName<'db>
Source§impl<'db> HasJar for CustomPropertyName<'db>
impl<'db> HasJar for CustomPropertyName<'db>
Source§impl<'db> Hash for CustomPropertyName<'db>
impl<'db> Hash for CustomPropertyName<'db>
Source§impl<'db> PartialEq for CustomPropertyName<'db>
impl<'db> PartialEq for CustomPropertyName<'db>
Source§impl<'db> SalsaStructInDb for CustomPropertyName<'db>
impl<'db> SalsaStructInDb for CustomPropertyName<'db>
Source§const LEAF_TYPE_IDS: &'static [ConstTypeId]
const LEAF_TYPE_IDS: &'static [ConstTypeId]
The type IDs of all concrete (leaf) salsa struct types that this type can contain. Read more
type MemoIngredientMap = MemoIngredientSingletonIndex
Source§fn lookup_ingredient_index(aux: &Zalsa) -> IngredientIndices
fn lookup_ingredient_index(aux: &Zalsa) -> IngredientIndices
Lookup or create ingredient indices. Read more
Source§fn entries(zalsa: &Zalsa) -> impl Iterator<Item = DatabaseKeyIndex> + '_
fn entries(zalsa: &Zalsa) -> impl Iterator<Item = DatabaseKeyIndex> + '_
Returns the IDs of any instances of this struct in the database.
impl<'db> SalsaValue for CustomPropertyName<'db>
impl<'db> Send for CustomPropertyName<'db>
impl<'db> StructuralPartialEq for CustomPropertyName<'db>
impl<'db> Sync for CustomPropertyName<'db>
Auto Trait Implementations§
impl<'db> Freeze for CustomPropertyName<'db>
impl<'db> RefUnwindSafe for CustomPropertyName<'db>
impl<'db> Unpin for CustomPropertyName<'db>
impl<'db> UnsafeUnpin for CustomPropertyName<'db>
impl<'db> UnwindSafe for CustomPropertyName<'db>
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.