pub struct Projects { /* private fields */ }
Implementations§
Source§impl Projects
impl Projects
Sourcepub fn create(&self, project: &ProjectsOptions) -> Future<ProjectStatus>
pub fn create(&self, project: &ProjectsOptions) -> Future<ProjectStatus>
Create a new project
Sourcepub fn list(&self, options: &ProjectOptions) -> Future<ProjectsResponse>
pub fn list(&self, options: &ProjectOptions) -> Future<ProjectsResponse>
List existing projects
Auto Trait Implementations§
impl Freeze for Projects
impl !RefUnwindSafe for Projects
impl Send for Projects
impl Sync for Projects
impl Unpin for Projects
impl !UnwindSafe for Projects
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