Struct ash_api::models::update_project::UpdateProject
source · pub struct UpdateProject {
pub name: Option<String>,
pub shared_resource_config: Option<Box<SharedResourceConfig>>,
}
Fields§
§name: Option<String>
Project name
Implementations§
source§impl UpdateProject
impl UpdateProject
pub fn new() -> UpdateProject
Trait Implementations§
source§impl Clone for UpdateProject
impl Clone for UpdateProject
source§fn clone(&self) -> UpdateProject
fn clone(&self) -> UpdateProject
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 UpdateProject
impl Debug for UpdateProject
source§impl<'de> Deserialize<'de> for UpdateProject
impl<'de> Deserialize<'de> for UpdateProject
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 for UpdateProject
impl PartialEq for UpdateProject
source§fn eq(&self, other: &UpdateProject) -> bool
fn eq(&self, other: &UpdateProject) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UpdateProject
impl Serialize for UpdateProject
impl StructuralPartialEq for UpdateProject
Auto Trait Implementations§
impl RefUnwindSafe for UpdateProject
impl Send for UpdateProject
impl Sync for UpdateProject
impl Unpin for UpdateProject
impl UnwindSafe for UpdateProject
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