pub struct RewriteEngine { /* private fields */ }Expand description
書換えエンジン
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RewriteEngine
impl RefUnwindSafe for RewriteEngine
impl Send for RewriteEngine
impl Sync for RewriteEngine
impl Unpin for RewriteEngine
impl UnwindSafe for RewriteEngine
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