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