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