pub struct Attributes<'a, K, V, E>(/* private fields */)
where
K: AttributeKey<'a>,
V: AttributeValue<'a>,
E: EntityState<'a, K, V> + ?Sized;Implementations§
Source§impl<'a, K, V, E> Attributes<'a, K, V, E>
impl<'a, K, V, E> Attributes<'a, K, V, E>
Source§impl<'a, K, V, E> Attributes<'a, K, V, E>
impl<'a, K, V, E> Attributes<'a, K, V, E>
Trait Implementations§
Source§impl<'a, K, V, E> Debug for Attributes<'a, K, V, E>
impl<'a, K, V, E> Debug for Attributes<'a, K, V, E>
Source§impl<'a, K, V, E> Default for Attributes<'a, K, V, E>
impl<'a, K, V, E> Default for Attributes<'a, K, V, E>
Source§impl<'a, 'de: 'a, K, V, E> Deserialize<'de> for Attributes<'a, K, V, E>
impl<'a, 'de: 'a, K, V, E> Deserialize<'de> for Attributes<'a, K, V, E>
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<'a, K, V, E> PartialEq for Attributes<'a, K, V, E>
impl<'a, K, V, E> PartialEq for Attributes<'a, K, V, E>
Source§impl<'a, K, V, E> Serialize for Attributes<'a, K, V, E>
impl<'a, K, V, E> Serialize for Attributes<'a, K, V, E>
Auto Trait Implementations§
impl<'a, K, V, E> Freeze for Attributes<'a, K, V, E>where
E: ?Sized,
impl<'a, K, V, E> RefUnwindSafe for Attributes<'a, K, V, E>
impl<'a, K, V, E> Send for Attributes<'a, K, V, E>
impl<'a, K, V, E> Sync for Attributes<'a, K, V, E>
impl<'a, K, V, E> Unpin for Attributes<'a, K, V, E>where
E: ?Sized,
impl<'a, K, V, E> UnwindSafe for Attributes<'a, K, V, E>
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