pub struct PatchLoader { /* private fields */ }Expand description
Loader for patch libraries
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatchLoader
impl RefUnwindSafe for PatchLoader
impl Send for PatchLoader
impl Sync for PatchLoader
impl Unpin for PatchLoader
impl UnwindSafe for PatchLoader
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