pub struct RustCode { /* private fields */ }Auto Trait Implementations§
impl Freeze for RustCode
impl RefUnwindSafe for RustCode
impl Send for RustCode
impl Sync for RustCode
impl Unpin for RustCode
impl UnsafeUnpin for RustCode
impl UnwindSafe for RustCode
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