pub enum DictionaryBatchOffset {}Auto Trait Implementations§
impl Freeze for DictionaryBatchOffset
impl RefUnwindSafe for DictionaryBatchOffset
impl Send for DictionaryBatchOffset
impl Sync for DictionaryBatchOffset
impl Unpin for DictionaryBatchOffset
impl UnsafeUnpin for DictionaryBatchOffset
impl UnwindSafe for DictionaryBatchOffset
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