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