pub struct Workspaces {
pub workspaces: Vec<Workspace>,
}Expand description
The reply to the get_workspaces request.
Fields§
§workspaces: Vec<Workspace>A list of workspaces.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Workspaces
impl RefUnwindSafe for Workspaces
impl Send for Workspaces
impl Sync for Workspaces
impl Unpin for Workspaces
impl UnwindSafe for Workspaces
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