pub struct ItemTransitionBatch<K> { /* private fields */ }Expand description
A transition in progress.
Implementations§
Trait Implementations§
Source§impl<K: Clone> Clone for ItemTransitionBatch<K>
impl<K: Clone> Clone for ItemTransitionBatch<K>
Source§fn clone(&self) -> ItemTransitionBatch<K>
fn clone(&self) -> ItemTransitionBatch<K>
Returns a copy 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<K: Debug> Debug for ItemTransitionBatch<K>
impl<K: Debug> Debug for ItemTransitionBatch<K>
Source§impl<'de, K> Deserialize<'de> for ItemTransitionBatch<K>where
K: Deserialize<'de>,
impl<'de, K> Deserialize<'de> for ItemTransitionBatch<K>where
K: Deserialize<'de>,
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
Auto Trait Implementations§
impl<K> Freeze for ItemTransitionBatch<K>where
K: Freeze,
impl<K> RefUnwindSafe for ItemTransitionBatch<K>where
K: RefUnwindSafe,
impl<K> Send for ItemTransitionBatch<K>where
K: Send,
impl<K> Sync for ItemTransitionBatch<K>where
K: Sync,
impl<K> Unpin for ItemTransitionBatch<K>where
K: Unpin,
impl<K> UnwindSafe for ItemTransitionBatch<K>where
K: UnwindSafe,
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