pub struct ProjectsOptions {
pub name: String,
pub description: String,
pub capabilities: Capabilities,
}
Fields§
§name: String
§description: String
§capabilities: Capabilities
Implementations§
Trait Implementations§
Source§impl Debug for ProjectsOptions
impl Debug for ProjectsOptions
Source§impl Default for ProjectsOptions
impl Default for ProjectsOptions
Source§fn default() -> ProjectsOptions
fn default() -> ProjectsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProjectsOptions
impl RefUnwindSafe for ProjectsOptions
impl Send for ProjectsOptions
impl Sync for ProjectsOptions
impl Unpin for ProjectsOptions
impl UnwindSafe for ProjectsOptions
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