pub struct BrainImporter;Expand description
Import helper for reading .brainbundle files.
Implementations§
Source§impl BrainImporter
impl BrainImporter
Auto Trait Implementations§
impl Freeze for BrainImporter
impl RefUnwindSafe for BrainImporter
impl Send for BrainImporter
impl Sync for BrainImporter
impl Unpin for BrainImporter
impl UnsafeUnpin for BrainImporter
impl UnwindSafe for BrainImporter
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