Struct resemble_rust::Resemble::v2::project::ProjectInput [−][src]
pub struct ProjectInput {
pub name: String,
pub description: String,
pub is_public: bool,
pub is_collaborative: bool,
pub is_archived: bool,
}Fields
name: Stringdescription: Stringis_public: boolis_collaborative: boolis_archived: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProjectInput
impl Send for ProjectInput
impl Sync for ProjectInput
impl Unpin for ProjectInput
impl UnwindSafe for ProjectInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more