pub struct DtoCommonRegistryPolicy {
pub version_policy: Option<Value>,
pub clean_policy_detail: Option<Value>,
pub overwrite_policy: Option<Value>,
}
Expand description
DtoCommonRegistryPolicy 模型
Fields§
§version_policy: Option<Value>
§clean_policy_detail: Option<Value>
§overwrite_policy: Option<Value>
Trait Implementations§
Source§impl Clone for DtoCommonRegistryPolicy
impl Clone for DtoCommonRegistryPolicy
Source§fn clone(&self) -> DtoCommonRegistryPolicy
fn clone(&self) -> DtoCommonRegistryPolicy
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 DtoCommonRegistryPolicy
impl Debug for DtoCommonRegistryPolicy
Source§impl<'de> Deserialize<'de> for DtoCommonRegistryPolicy
impl<'de> Deserialize<'de> for DtoCommonRegistryPolicy
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 DtoCommonRegistryPolicy
impl RefUnwindSafe for DtoCommonRegistryPolicy
impl Send for DtoCommonRegistryPolicy
impl Sync for DtoCommonRegistryPolicy
impl Unpin for DtoCommonRegistryPolicy
impl UnwindSafe for DtoCommonRegistryPolicy
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