pub struct CreatureFileCollector {}Trait Implementations§
Source§impl CollectFiles for CreatureFileCollector
impl CollectFiles for CreatureFileCollector
fn collect( &self, files: &HashMap<String, FileStructure>, collected_files: &mut Vec<(String, FileStructure)>, )
Auto Trait Implementations§
impl Freeze for CreatureFileCollector
impl RefUnwindSafe for CreatureFileCollector
impl Send for CreatureFileCollector
impl Sync for CreatureFileCollector
impl Unpin for CreatureFileCollector
impl UnwindSafe for CreatureFileCollector
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