pub struct DataPolicyOperation {
pub completed_date_time: String,
pub status: DataPolicyOperationStatus,
pub storage_location: String,
pub user_id: String,
pub submitted_date_time: String,
pub progress: i64,
}
Fields§
§completed_date_time: String
§status: DataPolicyOperationStatus
§storage_location: String
§user_id: String
§submitted_date_time: String
§progress: i64
Trait Implementations§
Source§impl Clone for DataPolicyOperation
impl Clone for DataPolicyOperation
Source§fn clone(&self) -> DataPolicyOperation
fn clone(&self) -> DataPolicyOperation
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 DataPolicyOperation
impl Debug for DataPolicyOperation
Source§impl<'de> Deserialize<'de> for DataPolicyOperation
impl<'de> Deserialize<'de> for DataPolicyOperation
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 DataPolicyOperation
impl PartialEq for DataPolicyOperation
Source§impl Serialize for DataPolicyOperation
impl Serialize for DataPolicyOperation
impl Eq for DataPolicyOperation
impl StructuralPartialEq for DataPolicyOperation
Auto Trait Implementations§
impl Freeze for DataPolicyOperation
impl RefUnwindSafe for DataPolicyOperation
impl Send for DataPolicyOperation
impl Sync for DataPolicyOperation
impl Unpin for DataPolicyOperation
impl UnwindSafe for DataPolicyOperation
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