pub struct WorkspaceNotFound {
pub workspace: String,
}
Fields§
§workspace: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkspaceNotFound
impl RefUnwindSafe for WorkspaceNotFound
impl Send for WorkspaceNotFound
impl Sync for WorkspaceNotFound
impl Unpin for WorkspaceNotFound
impl UnwindSafe for WorkspaceNotFound
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