pub struct CssIdent<'db>(/* private fields */);Implementations§
Source§impl CssIdent<'static>
impl CssIdent<'static>
pub fn ingredient(zalsa: &Zalsa) -> &IngredientImpl<Self>
Trait Implementations§
Source§impl Configuration for CssIdent<'static>
impl Configuration for CssIdent<'static>
const LOCATION: Location
const DEBUG_NAME: &'static str = "CssIdent"
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 CssIdent<'db>
impl<'db> Eq for CssIdent<'db>
Source§impl<'db> SalsaStructInDb for CssIdent<'db>
impl<'db> SalsaStructInDb for CssIdent<'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 CssIdent<'db>
impl<'db> Send for CssIdent<'db>
impl<'db> StructuralPartialEq for CssIdent<'db>
impl<'db> Sync for CssIdent<'db>
Auto Trait Implementations§
impl<'db> Freeze for CssIdent<'db>
impl<'db> RefUnwindSafe for CssIdent<'db>
impl<'db> Unpin for CssIdent<'db>
impl<'db> UnsafeUnpin for CssIdent<'db>
impl<'db> UnwindSafe for CssIdent<'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.