pub struct UpdateTestGridProjectRequest {
pub description: Option<String>,
pub name: Option<String>,
pub project_arn: String,
}Fields§
§description: Option<String>Human-readable description for the project.
name: Option<String>Human-readable name for the project.
project_arn: StringARN of the project to update.
Trait Implementations§
Source§impl Clone for UpdateTestGridProjectRequest
impl Clone for UpdateTestGridProjectRequest
Source§fn clone(&self) -> UpdateTestGridProjectRequest
fn clone(&self) -> UpdateTestGridProjectRequest
Returns a duplicate 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 UpdateTestGridProjectRequest
impl Debug for UpdateTestGridProjectRequest
Source§impl Default for UpdateTestGridProjectRequest
impl Default for UpdateTestGridProjectRequest
Source§fn default() -> UpdateTestGridProjectRequest
fn default() -> UpdateTestGridProjectRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateTestGridProjectRequest
impl PartialEq for UpdateTestGridProjectRequest
Source§fn eq(&self, other: &UpdateTestGridProjectRequest) -> bool
fn eq(&self, other: &UpdateTestGridProjectRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateTestGridProjectRequest
Auto Trait Implementations§
impl Freeze for UpdateTestGridProjectRequest
impl RefUnwindSafe for UpdateTestGridProjectRequest
impl Send for UpdateTestGridProjectRequest
impl Sync for UpdateTestGridProjectRequest
impl Unpin for UpdateTestGridProjectRequest
impl UnwindSafe for UpdateTestGridProjectRequest
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