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