pub struct TestEnvironmentUpdate {
pub name: Option<String>,
pub description: Option<String>,
}Fields§
§name: Option<String>§description: Option<String>Trait Implementations§
Source§impl Clone for TestEnvironmentUpdate
impl Clone for TestEnvironmentUpdate
Source§fn clone(&self) -> TestEnvironmentUpdate
fn clone(&self) -> TestEnvironmentUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TestEnvironmentUpdate
impl Debug for TestEnvironmentUpdate
Source§impl Default for TestEnvironmentUpdate
impl Default for TestEnvironmentUpdate
Source§fn default() -> TestEnvironmentUpdate
fn default() -> TestEnvironmentUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestEnvironmentUpdate
impl<'de> Deserialize<'de> for TestEnvironmentUpdate
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
Auto Trait Implementations§
impl Freeze for TestEnvironmentUpdate
impl RefUnwindSafe for TestEnvironmentUpdate
impl Send for TestEnvironmentUpdate
impl Sync for TestEnvironmentUpdate
impl Unpin for TestEnvironmentUpdate
impl UnsafeUnpin for TestEnvironmentUpdate
impl UnwindSafe for TestEnvironmentUpdate
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