pub struct ProjectCreateRequestModel {
pub name: String,
}
Fields§
§name: String
Implementations§
source§impl ProjectCreateRequestModel
impl ProjectCreateRequestModel
pub fn new(name: String) -> ProjectCreateRequestModel
Trait Implementations§
source§impl Clone for ProjectCreateRequestModel
impl Clone for ProjectCreateRequestModel
source§fn clone(&self) -> ProjectCreateRequestModel
fn clone(&self) -> ProjectCreateRequestModel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProjectCreateRequestModel
impl Debug for ProjectCreateRequestModel
source§impl Default for ProjectCreateRequestModel
impl Default for ProjectCreateRequestModel
source§fn default() -> ProjectCreateRequestModel
fn default() -> ProjectCreateRequestModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProjectCreateRequestModel
impl<'de> Deserialize<'de> for ProjectCreateRequestModel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ProjectCreateRequestModel> for ProjectCreateRequestModel
impl PartialEq<ProjectCreateRequestModel> for ProjectCreateRequestModel
source§fn eq(&self, other: &ProjectCreateRequestModel) -> bool
fn eq(&self, other: &ProjectCreateRequestModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.