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