pub struct BatchSerializerLocal<T, U>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T, CI, I, S> BoardCallbackWithStates<T, CI, I> for BatchSerializerLocal<Vec<(CI, T)>, S>
impl<T, CI, I, S> BoardCallbackWithStates<T, CI, I> for BatchSerializerLocal<Vec<(CI, T)>, S>
Auto Trait Implementations§
impl<T, U> Freeze for BatchSerializerLocal<T, U>where
U: Freeze,
impl<T, U> !RefUnwindSafe for BatchSerializerLocal<T, U>
impl<T, U> Send for BatchSerializerLocal<T, U>
impl<T, U> Sync for BatchSerializerLocal<T, U>
impl<T, U> Unpin for BatchSerializerLocal<T, U>
impl<T, U> !UnwindSafe for BatchSerializerLocal<T, U>
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