pub struct ProjectClient { /* private fields */ }Expand description
Client for project-related operations.
Implementations§
Source§impl ProjectClient
impl ProjectClient
Sourcepub fn list(&self) -> Result<Vec<ProjectInfo>>
pub fn list(&self) -> Result<Vec<ProjectInfo>>
List all projects in the workspace.
Auto Trait Implementations§
impl Freeze for ProjectClient
impl RefUnwindSafe for ProjectClient
impl Send for ProjectClient
impl Sync for ProjectClient
impl Unpin for ProjectClient
impl UnwindSafe for ProjectClient
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