pub struct RestoreTestingSelectionRecord {
pub name: String,
pub creation_time: DateTime<Utc>,
pub update_time: Option<DateTime<Utc>>,
pub creator_request_id: Option<String>,
pub selection: Value,
}Fields§
§name: String§creation_time: DateTime<Utc>§update_time: Option<DateTime<Utc>>§creator_request_id: Option<String>§selection: ValueThe RestoreTestingSelectionForCreate object as sent.
Trait Implementations§
Source§impl Clone for RestoreTestingSelectionRecord
impl Clone for RestoreTestingSelectionRecord
Source§fn clone(&self) -> RestoreTestingSelectionRecord
fn clone(&self) -> RestoreTestingSelectionRecord
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<'de> Deserialize<'de> for RestoreTestingSelectionRecord
impl<'de> Deserialize<'de> for RestoreTestingSelectionRecord
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 RestoreTestingSelectionRecord
impl RefUnwindSafe for RestoreTestingSelectionRecord
impl Send for RestoreTestingSelectionRecord
impl Sync for RestoreTestingSelectionRecord
impl Unpin for RestoreTestingSelectionRecord
impl UnsafeUnpin for RestoreTestingSelectionRecord
impl UnwindSafe for RestoreTestingSelectionRecord
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