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