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
impl StructuralPartialEq for ProjectCreateRequestModel
Auto Trait Implementations§
impl Freeze for ProjectCreateRequestModel
impl RefUnwindSafe for ProjectCreateRequestModel
impl Send for ProjectCreateRequestModel
impl Sync for ProjectCreateRequestModel
impl Unpin for ProjectCreateRequestModel
impl UnwindSafe for ProjectCreateRequestModel
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