pub struct DataWalkerMapListPaths<T>where
T: AbstractMapDataType,{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> MapDataWalker for DataWalkerMapListPaths<T>where
T: AbstractMapDataType,
impl<T> MapDataWalker for DataWalkerMapListPaths<T>where
T: AbstractMapDataType,
fn walk( &self, data: &mut JCompound, from_version: DataVersion, to_version: DataVersion, )
Auto Trait Implementations§
impl<T> Freeze for DataWalkerMapListPaths<T>where
T: Freeze,
impl<T> RefUnwindSafe for DataWalkerMapListPaths<T>where
T: RefUnwindSafe,
impl<T> Send for DataWalkerMapListPaths<T>where
T: Send,
impl<T> Sync for DataWalkerMapListPaths<T>where
T: Sync,
impl<T> Unpin for DataWalkerMapListPaths<T>where
T: Unpin,
impl<T> UnwindSafe for DataWalkerMapListPaths<T>where
T: 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