pub struct FileEngine;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileEngine
impl RefUnwindSafe for FileEngine
impl Send for FileEngine
impl Sync for FileEngine
impl Unpin for FileEngine
impl UnsafeUnpin for FileEngine
impl UnwindSafe for FileEngine
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